#B9BABA

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

Shades of Jungle Mist #B9BABA

Tints of Jungle Mist #B9BABA

Color information

#B9BABA (or 0xB9BABA) is unknown color: approx Jungle Mist. HEX triplet: B9, BA and BA. RGB value is (185,186,186). Sum of RGB (Red+Green+Blue) = 185+186+186=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #B9BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BABA is #464545. Grayscale: #B9B9B9. Windows color (decimal): -4605254 or 12237497. OLE color: 12237497.

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

Color convert

RGB185186186-
CMYK0.01000.27
HSL180º0.72%72.75%-
HSV(B)180º0.54%72.94%-
XYZ46.4348.9853.46-
YUV185.7128.17127.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.21%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=33.21%
G=33.39%
B=33.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851861860.01000.271800.7272.75
HexB9BABA1001Bb4149
Octal271272272100332641111
Binary101110011011101010111010100110111011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BABA; }

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

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

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

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

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

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

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

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