Shades of Jungle Mist #B2CACE
Tints of Jungle Mist #B2CACE
RGB
CMYK
RGB Variations
Color information
#B2CACE (or 0xB2CACE) is known color: Jungle Mist. HEX triplet: B2, CA and CE. RGB value is (178,202,206). Sum of RGB (Red+Green+Blue) = 178+202+206=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2CACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CACE is #4D3531. Grayscale: #C3C3C3. Windows color (decimal): -5059890 or 13552306. OLE color: 13552306.
HSL color Cylindrical-coordinate representation of color #B2CACE: hue angle of 188.57º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CACE is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 202 | 206 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.19 |
| HSL | 188.57º | 0.22% | 0.75% | - |
| HSV(B) | 188.57º | 0.14% | 0.81% | - |
| XYZ | 50.62 | 56.16 | 66.56 | - |
| YUV | 195.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 206 | 0.14 | 0.02 | 0 | 0.19 | 188.57 | 0.22 | 0.75 |
| Hex | B2 | CA | CE | E | 2 | 0 | 13 | BD | 16 | 4B |
| Octal | 262 | 312 | 316 | 16 | 2 | 0 | 23 | 275 | 26 | 113 |
| Binary | 10110010 | 11001010 | 11001110 | 1110 | 10 | 0 | 10011 | 10111101 | 10110 | 1001011 |
Color Harmonies of #B2CACE
Complementary color
Monochromatic Colors of #B2CACE
Black with #B2CACE
Text Example
Text Example
White with #B2CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CACE; }
p { color: rgb(178,202,206); }
H1.HeaderClassName
{
color: #B2CACE;
}
.AnyTagClassName
{
color: #B2CACE;
}
</style>
background-color css
<style>
a { background-color: #B2CACE; }
a { background-color: rgb(178,202,206); }
div.DivClassName
{
background-color: #B2CACE;
}
.BgClassName
{
background-color: #B2CACE;
}
</style>
border-color css
<style>
span { border-color: #B2CACE; }
span { border-color: rgb(178,202,206); }
td.TdClassName
{
border-color: #B2CACE;
}
.TagClassName
{
border-color: #B2CACE;
}
</style>