Shades of Jungle Mist #BBC9CC
Tints of Jungle Mist #BBC9CC
RGB
CMYK
RGB Variations
Color information
#BBC9CC (or 0xBBC9CC) is known color: Jungle Mist. HEX triplet: BB, C9 and CC. RGB value is (187,201,204). Sum of RGB (Red+Green+Blue) = 187+201+204=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBC9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9CC is #443633. Grayscale: #C5C5C5. Windows color (decimal): -4470324 or 13420987. OLE color: 13420987.
HSL color Cylindrical-coordinate representation of color #BBC9CC: hue angle of 190.59º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBC9CC is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 187 | 201 | 204 | - |
CMYK | 0.08 | 0.01 | 0 | 0.2 |
HSL | 190.59º | 0.14% | 0.77% | - |
HSV(B) | 190.59º | 0.08% | 0.8% | - |
XYZ | 52.28 | 56.7 | 65.32 | - |
YUV | 197.16 | 131.86 | 120.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 201 | 204 | 0.08 | 0.01 | 0 | 0.2 | 190.59 | 0.14 | 0.77 |
Hex | BB | C9 | CC | 8 | 1 | 0 | 14 | BF | E | 4D |
Octal | 273 | 311 | 314 | 10 | 1 | 0 | 24 | 277 | 16 | 115 |
Binary | 10111011 | 11001001 | 11001100 | 1000 | 1 | 0 | 10100 | 10111111 | 1110 | 1001101 |
Color Harmonies of #BBC9CC
Complementary color
Monochromatic Colors of #BBC9CC
Black with #BBC9CC
Text Example
Text Example
White with #BBC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9CC; }
p { color: rgb(187,201,204); }
H1.HeaderClassName
{
color: #BBC9CC;
}
.AnyTagClassName
{
color: #BBC9CC;
}
</style>
background-color css
<style>
a { background-color: #BBC9CC; }
a { background-color: rgb(187,201,204); }
div.DivClassName
{
background-color: #BBC9CC;
}
.BgClassName
{
background-color: #BBC9CC;
}
</style>
border-color css
<style>
span { border-color: #BBC9CC; }
span { border-color: rgb(187,201,204); }
td.TdClassName
{
border-color: #BBC9CC;
}
.TagClassName
{
border-color: #BBC9CC;
}
</style>