#B8BABA

Color #B8BABA Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #B8BABA

Tints of Jungle Mist #B8BABA

Color information

#B8BABA (or 0xB8BABA) is unknown color: approx Jungle Mist. HEX triplet: B8, BA and BA. RGB value is (184,186,186). Sum of RGB (Red+Green+Blue) = 184+186+186=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #B8BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BABA is #474545. Grayscale: #B9B9B9. Windows color (decimal): -4670790 or 12237496. OLE color: 12237496.

HSL color Cylindrical-coordinate representation of color #B8BABA: 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 #B8BABA is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184186186-
CMYK0.01000.27
HSL180º1.43%72.55%-
HSV(B)180º1.08%72.94%-
XYZ46.1948.8553.45-
YUV185.4128.34127-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.09%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=33.09%
G=33.45%
B=33.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841861860.01000.271801.4372.55
HexB8BABA1001Bb4149
Octal270272272100332641111
Binary101110001011101010111010100110111011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BABA; }

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

 H1.HeaderClassName
 {
   color: #B8BABA;
 }
 .AnyTagClassName
 {
   color: #B8BABA;
 }
</style>
background-color css

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

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

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

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

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

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