Shades of Jungle Mist #B8BBBB
Tints of Jungle Mist #B8BBBB
RGB
CMYK
RGB Variations
Color information
#B8BBBB (or 0xB8BBBB) is known color: Jungle Mist. HEX triplet: B8, BB and BB. RGB value is (184,187,187). Sum of RGB (Red+Green+Blue) = 184+187+187=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #B8BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBBB is #474444. Grayscale: #BABABA. Windows color (decimal): -4670533 or 12303288. OLE color: 12303288.
HSL color Cylindrical-coordinate representation of color #B8BBBB: hue angle of 180º degrees, saturation: 0.02, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B8BBBB is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 187 | 187 | - |
| CMYK | 0.02 | 0 | 0 | 0.27 |
| HSL | 180º | 0.02% | 0.73% | - |
| HSV(B) | 180º | 0.02% | 0.73% | - |
| XYZ | 46.51 | 49.32 | 54.08 | - |
| YUV | 186.1 | 128.51 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 187 | 187 | 0.02 | 0 | 0 | 0.27 | 180 | 0.02 | 0.73 |
| Hex | B8 | BB | BB | 2 | 0 | 0 | 1B | B4 | 2 | 49 |
| Octal | 270 | 273 | 273 | 2 | 0 | 0 | 33 | 264 | 2 | 111 |
| Binary | 10111000 | 10111011 | 10111011 | 10 | 0 | 0 | 11011 | 10110100 | 10 | 1001001 |
Color Harmonies of #B8BBBB
Complementary color
Monochromatic Colors of #B8BBBB
Black with #B8BBBB
Text Example
Text Example
White with #B8BBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BBBB; }
p { color: rgb(184,187,187); }
H1.HeaderClassName
{
color: #B8BBBB;
}
.AnyTagClassName
{
color: #B8BBBB;
}
</style>
background-color css
<style>
a { background-color: #B8BBBB; }
a { background-color: rgb(184,187,187); }
div.DivClassName
{
background-color: #B8BBBB;
}
.BgClassName
{
background-color: #B8BBBB;
}
</style>
border-color css
<style>
span { border-color: #B8BBBB; }
span { border-color: rgb(184,187,187); }
td.TdClassName
{
border-color: #B8BBBB;
}
.TagClassName
{
border-color: #B8BBBB;
}
</style>