Shades of Jungle Mist #B9BBBB
Tints of Jungle Mist #B9BBBB
RGB
CMYK
RGB Variations
Color information
#B9BBBB (or 0xB9BBBB) is known color: Jungle Mist. HEX triplet: B9, BB and BB. RGB value is (185,187,187). Sum of RGB (Red+Green+Blue) = 185+187+187=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #B9BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBBB is #464444. Grayscale: #BABABA. Windows color (decimal): -4604997 or 12303289. OLE color: 12303289.
HSL color Cylindrical-coordinate representation of color #B9BBBB: 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 #B9BBBB is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 187 | 187 | - |
| CMYK | 0.01 | 0 | 0 | 0.27 |
| HSL | 180º | 0.01% | 0.73% | - |
| HSV(B) | 180º | 0.01% | 0.73% | - |
| XYZ | 46.75 | 49.44 | 54.09 | - |
| YUV | 186.4 | 128.34 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 187 | 187 | 0.01 | 0 | 0 | 0.27 | 180 | 0.01 | 0.73 |
| Hex | B9 | BB | BB | 1 | 0 | 0 | 1B | B4 | 1 | 49 |
| Octal | 271 | 273 | 273 | 1 | 0 | 0 | 33 | 264 | 1 | 111 |
| Binary | 10111001 | 10111011 | 10111011 | 1 | 0 | 0 | 11011 | 10110100 | 1 | 1001001 |
Color Harmonies of #B9BBBB
Complementary color
Monochromatic Colors of #B9BBBB
Black with #B9BBBB
Text Example
Text Example
White with #B9BBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BBBB; }
p { color: rgb(185,187,187); }
H1.HeaderClassName
{
color: #B9BBBB;
}
.AnyTagClassName
{
color: #B9BBBB;
}
</style>
background-color css
<style>
a { background-color: #B9BBBB; }
a { background-color: rgb(185,187,187); }
div.DivClassName
{
background-color: #B9BBBB;
}
.BgClassName
{
background-color: #B9BBBB;
}
</style>
border-color css
<style>
span { border-color: #B9BBBB; }
span { border-color: rgb(185,187,187); }
td.TdClassName
{
border-color: #B9BBBB;
}
.TagClassName
{
border-color: #B9BBBB;
}
</style>