Shades of Jungle Mist #BBC0C0
Tints of Jungle Mist #BBC0C0
RGB
CMYK
RGB Variations
Color information
#BBC0C0 (or 0xBBC0C0) is known color: Jungle Mist. HEX triplet: BB, C0 and C0. RGB value is (187,192,192). Sum of RGB (Red+Green+Blue) = 187+192+192=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 192 - color contains mainly: green, blue. Hex color #BBC0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0C0 is #443F3F. Grayscale: #BEBEBE. Windows color (decimal): -4472640 or 12632251. OLE color: 12632251.
HSL color Cylindrical-coordinate representation of color #BBC0C0: hue angle of 180º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBC0C0 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 187 | 192 | 192 | - |
CMYK | 0.03 | 0 | 0 | 0.25 |
HSL | 180º | 0.04% | 0.74% | - |
HSV(B) | 180º | 0.03% | 0.75% | - |
XYZ | 48.86 | 52.07 | 57.34 | - |
YUV | 190.51 | 128.84 | 125.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 192 | 192 | 0.03 | 0 | 0 | 0.25 | 180 | 0.04 | 0.74 |
Hex | BB | C0 | C0 | 3 | 0 | 0 | 19 | B4 | 4 | 4A |
Octal | 273 | 300 | 300 | 3 | 0 | 0 | 31 | 264 | 4 | 112 |
Binary | 10111011 | 11000000 | 11000000 | 11 | 0 | 0 | 11001 | 10110100 | 100 | 1001010 |
Color Harmonies of #BBC0C0
Complementary color
Monochromatic Colors of #BBC0C0
Black with #BBC0C0
Text Example
Text Example
White with #BBC0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0C0; }
p { color: rgb(187,192,192); }
H1.HeaderClassName
{
color: #BBC0C0;
}
.AnyTagClassName
{
color: #BBC0C0;
}
</style>
background-color css
<style>
a { background-color: #BBC0C0; }
a { background-color: rgb(187,192,192); }
div.DivClassName
{
background-color: #BBC0C0;
}
.BgClassName
{
background-color: #BBC0C0;
}
</style>
border-color css
<style>
span { border-color: #BBC0C0; }
span { border-color: rgb(187,192,192); }
td.TdClassName
{
border-color: #BBC0C0;
}
.TagClassName
{
border-color: #BBC0C0;
}
</style>