Shades of Jungle Mist #BBCACA
Tints of Jungle Mist #BBCACA
RGB
CMYK
RGB Variations
Color information
#BBCACA (or 0xBBCACA) is known color: Jungle Mist. HEX triplet: BB, CA and CA. RGB value is (187,202,202). Sum of RGB (Red+Green+Blue) = 187+202+202=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #BBCACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCACA is #443535. Grayscale: #C5C5C5. Windows color (decimal): -4470070 or 13290171. OLE color: 13290171.
HSL color Cylindrical-coordinate representation of color #BBCACA: hue angle of 180º 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 #BBCACA is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 187 | 202 | 202 | - |
CMYK | 0.07 | 0 | 0 | 0.21 |
HSL | 180º | 0.12% | 0.76% | - |
HSV(B) | 180º | 0.07% | 0.79% | - |
XYZ | 52.27 | 57.07 | 64.14 | - |
YUV | 197.52 | 130.53 | 120.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 202 | 202 | 0.07 | 0 | 0 | 0.21 | 180 | 0.12 | 0.76 |
Hex | BB | CA | CA | 7 | 0 | 0 | 15 | B4 | C | 4C |
Octal | 273 | 312 | 312 | 7 | 0 | 0 | 25 | 264 | 14 | 114 |
Binary | 10111011 | 11001010 | 11001010 | 111 | 0 | 0 | 10101 | 10110100 | 1100 | 1001100 |
Color Harmonies of #BBCACA
Complementary color
Monochromatic Colors of #BBCACA
Black with #BBCACA
Text Example
Text Example
White with #BBCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCACA; }
p { color: rgb(187,202,202); }
H1.HeaderClassName
{
color: #BBCACA;
}
.AnyTagClassName
{
color: #BBCACA;
}
</style>
background-color css
<style>
a { background-color: #BBCACA; }
a { background-color: rgb(187,202,202); }
div.DivClassName
{
background-color: #BBCACA;
}
.BgClassName
{
background-color: #BBCACA;
}
</style>
border-color css
<style>
span { border-color: #BBCACA; }
span { border-color: rgb(187,202,202); }
td.TdClassName
{
border-color: #BBCACA;
}
.TagClassName
{
border-color: #BBCACA;
}
</style>