Shades of Jungle Mist #BBC1C0
Tints of Jungle Mist #BBC1C0
RGB
CMYK
RGB Variations
Color information
#BBC1C0 (or 0xBBC1C0) is known color: Jungle Mist. HEX triplet: BB, C1 and C0. RGB value is (187,193,192). Sum of RGB (Red+Green+Blue) = 187+193+192=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1C0 is #443E3F. Grayscale: #BFBFBF. Windows color (decimal): -4472384 or 12632507. OLE color: 12632507.
HSL color Cylindrical-coordinate representation of color #BBC1C0: hue angle of 170º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBC1C0 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 193 | 192 | - |
CMYK | 0.03 | 0 | 0.01 | 0.24 |
HSL | 170º | 0.05% | 0.75% | - |
HSV(B) | 170º | 0.03% | 0.76% | - |
XYZ | 49.08 | 52.51 | 57.42 | - |
YUV | 191.09 | 128.51 | 125.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 193 | 192 | 0.03 | 0 | 0.01 | 0.24 | 170 | 0.05 | 0.75 |
Hex | BB | C1 | C0 | 3 | 0 | 1 | 18 | AA | 5 | 4B |
Octal | 273 | 301 | 300 | 3 | 0 | 1 | 30 | 252 | 5 | 113 |
Binary | 10111011 | 11000001 | 11000000 | 11 | 0 | 1 | 11000 | 10101010 | 101 | 1001011 |
Color Harmonies of #BBC1C0
Complementary color
Monochromatic Colors of #BBC1C0
Black with #BBC1C0
Text Example
Text Example
White with #BBC1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1C0; }
p { color: rgb(187,193,192); }
H1.HeaderClassName
{
color: #BBC1C0;
}
.AnyTagClassName
{
color: #BBC1C0;
}
</style>
background-color css
<style>
a { background-color: #BBC1C0; }
a { background-color: rgb(187,193,192); }
div.DivClassName
{
background-color: #BBC1C0;
}
.BgClassName
{
background-color: #BBC1C0;
}
</style>
border-color css
<style>
span { border-color: #BBC1C0; }
span { border-color: rgb(187,193,192); }
td.TdClassName
{
border-color: #BBC1C0;
}
.TagClassName
{
border-color: #BBC1C0;
}
</style>