Shades of Jungle Mist #BBCAC8
Tints of Jungle Mist #BBCAC8
RGB
CMYK
RGB Variations
Color information
#BBCAC8 (or 0xBBCAC8) is known color: Jungle Mist. HEX triplet: BB, CA and C8. RGB value is (187,202,200). Sum of RGB (Red+Green+Blue) = 187+202+200=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAC8 is #443537. Grayscale: #C5C5C5. Windows color (decimal): -4470072 or 13159099. OLE color: 13159099.
HSL color Cylindrical-coordinate representation of color #BBCAC8: hue angle of 172º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBCAC8 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
RGB | 187 | 202 | 200 | - |
CMYK | 0.07 | 0 | 0.01 | 0.21 |
HSL | 172º | 0.12% | 0.76% | - |
HSV(B) | 172º | 0.07% | 0.79% | - |
XYZ | 52.04 | 56.98 | 62.9 | - |
YUV | 197.29 | 129.53 | 120.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 202 | 200 | 0.07 | 0 | 0.01 | 0.21 | 172 | 0.12 | 0.76 |
Hex | BB | CA | C8 | 7 | 0 | 1 | 15 | AC | C | 4C |
Octal | 273 | 312 | 310 | 7 | 0 | 1 | 25 | 254 | 14 | 114 |
Binary | 10111011 | 11001010 | 11001000 | 111 | 0 | 1 | 10101 | 10101100 | 1100 | 1001100 |
Color Harmonies of #BBCAC8
Complementary color
Monochromatic Colors of #BBCAC8
Black with #BBCAC8
Text Example
Text Example
White with #BBCAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCAC8; }
p { color: rgb(187,202,200); }
H1.HeaderClassName
{
color: #BBCAC8;
}
.AnyTagClassName
{
color: #BBCAC8;
}
</style>
background-color css
<style>
a { background-color: #BBCAC8; }
a { background-color: rgb(187,202,200); }
div.DivClassName
{
background-color: #BBCAC8;
}
.BgClassName
{
background-color: #BBCAC8;
}
</style>
border-color css
<style>
span { border-color: #BBCAC8; }
span { border-color: rgb(187,202,200); }
td.TdClassName
{
border-color: #BBCAC8;
}
.TagClassName
{
border-color: #BBCAC8;
}
</style>