Shades of Jungle Mist #B2CCCE
Tints of Jungle Mist #B2CCCE
RGB
CMYK
RGB Variations
Color information
#B2CCCE (or 0xB2CCCE) is known color: Jungle Mist. HEX triplet: B2, CC and CE. RGB value is (178,204,206). Sum of RGB (Red+Green+Blue) = 178+204+206=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2CCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCCE is #4D3331. Grayscale: #C4C4C4. Windows color (decimal): -5059378 or 13552818. OLE color: 13552818.
HSL color Cylindrical-coordinate representation of color #B2CCCE: hue angle of 184.29º 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 #B2CCCE is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 204 | 206 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.19 |
| HSL | 184.29º | 0.22% | 0.75% | - |
| HSV(B) | 184.29º | 0.14% | 0.81% | - |
| XYZ | 51.09 | 57.11 | 66.72 | - |
| YUV | 196.45 | 133.39 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 206 | 0.14 | 0.01 | 0 | 0.19 | 184.29 | 0.22 | 0.75 |
| Hex | B2 | CC | CE | E | 1 | 0 | 13 | B8 | 16 | 4B |
| Octal | 262 | 314 | 316 | 16 | 1 | 0 | 23 | 270 | 26 | 113 |
| Binary | 10110010 | 11001100 | 11001110 | 1110 | 1 | 0 | 10011 | 10111000 | 10110 | 1001011 |
Color Harmonies of #B2CCCE
Complementary color
Monochromatic Colors of #B2CCCE
Black with #B2CCCE
Text Example
Text Example
White with #B2CCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CCCE; }
p { color: rgb(178,204,206); }
H1.HeaderClassName
{
color: #B2CCCE;
}
.AnyTagClassName
{
color: #B2CCCE;
}
</style>
background-color css
<style>
a { background-color: #B2CCCE; }
a { background-color: rgb(178,204,206); }
div.DivClassName
{
background-color: #B2CCCE;
}
.BgClassName
{
background-color: #B2CCCE;
}
</style>
border-color css
<style>
span { border-color: #B2CCCE; }
span { border-color: rgb(178,204,206); }
td.TdClassName
{
border-color: #B2CCCE;
}
.TagClassName
{
border-color: #B2CCCE;
}
</style>