Shades of Jungle Mist #B2CACA
Tints of Jungle Mist #B2CACA
RGB
CMYK
RGB Variations
Color information
#B2CACA (or 0xB2CACA) is known color: Jungle Mist. HEX triplet: B2, CA and CA. RGB value is (178,202,202). Sum of RGB (Red+Green+Blue) = 178+202+202=582 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.58% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #B2CACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CACA is #4D3535. Grayscale: #C2C2C2. Windows color (decimal): -5059894 or 13290162. OLE color: 13290162.
HSL color Cylindrical-coordinate representation of color #B2CACA: hue angle of 180º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2CACA is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 202 | - |
| CMYK | 0.12 | 0 | 0 | 0.21 |
| HSL | 180º | 0.18% | 0.75% | - |
| HSV(B) | 180º | 0.12% | 0.79% | - |
| XYZ | 50.14 | 55.97 | 64.04 | - |
| YUV | 194.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 202 | 0.12 | 0 | 0 | 0.21 | 180 | 0.18 | 0.75 |
| Hex | B2 | CA | CA | C | 0 | 0 | 15 | B4 | 12 | 4B |
| Octal | 262 | 312 | 312 | 14 | 0 | 0 | 25 | 264 | 22 | 113 |
| Binary | 10110010 | 11001010 | 11001010 | 1100 | 0 | 0 | 10101 | 10110100 | 10010 | 1001011 |
Color Harmonies of #B2CACA
Complementary color
Monochromatic Colors of #B2CACA
Black with #B2CACA
Text Example
Text Example
White with #B2CACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CACA; }
p { color: rgb(178,202,202); }
H1.HeaderClassName
{
color: #B2CACA;
}
.AnyTagClassName
{
color: #B2CACA;
}
</style>
background-color css
<style>
a { background-color: #B2CACA; }
a { background-color: rgb(178,202,202); }
div.DivClassName
{
background-color: #B2CACA;
}
.BgClassName
{
background-color: #B2CACA;
}
</style>
border-color css
<style>
span { border-color: #B2CACA; }
span { border-color: rgb(178,202,202); }
td.TdClassName
{
border-color: #B2CACA;
}
.TagClassName
{
border-color: #B2CACA;
}
</style>