Html Css Color HEX #BABBBB Jungle Mist

📋 copy color: '#BABBBB'

red 186 ◦ green 187 ◦ blue 187

#BABBBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #BABBBB

Tints of Jungle Mist #BABBBB

RGB

 RED value IS 186 (73.05% from 255) = 33.21%

 GREEN value IS 187 (73.44% from 255) = 33.39%

 BLUE value IS 187 (73.44% from 255) = 33.39%

R = 33.21%
G = 33.39%
B = 33.39%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BABBBB (or 0xBABBBB) is known color: Jungle Mist. HEX triplet: BA, BB and BB. RGB value is (186,187,187). Sum of RGB (Red+Green+Blue) = 186+187+187=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #BABBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBBB is #454444. Grayscale: #BABABA. Windows color (decimal): -4539461 or 12303290. OLE color: 12303290.

HSL color Cylindrical-coordinate representation of color #BABBBB: hue angle of 180º degrees, saturation: 0.01, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BABBBB is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 187 187 -
CMYK 0.01 0 0 0.27
HSL 180º 0.01% 0.73% -
HSV(B) 180º 0.01% 0.73% -
XYZ 46.99 49.57 54.1 -
YUV 186.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 186 187 187 0.01 0 0 0.27 180 0.01 0.73
Hex BA BB BB 1 0 0 1B B4 1 49
Octal 272 273 273 1 0 0 33 264 1 111
Binary 10111010 10111011 10111011 1 0 0 11011 10110100 1 1001001

Color Harmonies of #BABBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABBBB

Black with #BABBBB

Text Example


Text Example

White with #BABBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABBBB; }

 p { color: rgb(186,187,187); }

 H1.HeaderClassName
 {
   color: #BABBBB;
 }
 .AnyTagClassName
 {
   color: #BABBBB;
 }
</style>

background-color css

<style>
 a { background-color: #BABBBB; }

 a { background-color: rgb(186,187,187); }

 div.DivClassName
 {
   background-color: #BABBBB;
 }
 .BgClassName
 {
   background-color: #BABBBB;
 }
</style>

border-color css

<style>
 span { border-color: #BABBBB; }

 span { border-color: rgb(186,187,187); }

 td.TdClassName
 {
   border-color: #BABBBB;
 }
 .TagClassName
 {
   border-color: #BABBBB;
 }
</style>