Shades of Jungle Mist #B2CBCC
Tints of Jungle Mist #B2CBCC
RGB
CMYK
RGB Variations
Color information
#B2CBCC (or 0xB2CBCC) is known color: Jungle Mist. HEX triplet: B2, CB and CC. RGB value is (178,203,204). Sum of RGB (Red+Green+Blue) = 178+203+204=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: blue. Hex color #B2CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBCC is #4D3433. Grayscale: #C3C3C3. Windows color (decimal): -5059636 or 13421490. OLE color: 13421490.
HSL color Cylindrical-coordinate representation of color #B2CBCC: hue angle of 182.31º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2CBCC is Cyan = 0.13, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 203 | 204 | - |
| CMYK | 0.13 | 0.00 | 0 | 0.2 |
| HSL | 182.31º | 0.2% | 0.75% | - |
| HSV(B) | 182.31º | 0.13% | 0.8% | - |
| XYZ | 50.62 | 56.54 | 65.37 | - |
| YUV | 195.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 204 | 0.13 | 0.00 | 0 | 0.2 | 182.31 | 0.2 | 0.75 |
| Hex | B2 | CB | CC | D | 0 | 0 | 14 | B6 | 14 | 4B |
| Octal | 262 | 313 | 314 | 15 | 0 | 0 | 24 | 266 | 24 | 113 |
| Binary | 10110010 | 11001011 | 11001100 | 1101 | 0 | 0 | 10100 | 10110110 | 10100 | 1001011 |
Color Harmonies of #B2CBCC
Complementary color
Monochromatic Colors of #B2CBCC
Black with #B2CBCC
Text Example
Text Example
White with #B2CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CBCC; }
p { color: rgb(178,203,204); }
H1.HeaderClassName
{
color: #B2CBCC;
}
.AnyTagClassName
{
color: #B2CBCC;
}
</style>
background-color css
<style>
a { background-color: #B2CBCC; }
a { background-color: rgb(178,203,204); }
div.DivClassName
{
background-color: #B2CBCC;
}
.BgClassName
{
background-color: #B2CBCC;
}
</style>
border-color css
<style>
span { border-color: #B2CBCC; }
span { border-color: rgb(178,203,204); }
td.TdClassName
{
border-color: #B2CBCC;
}
.TagClassName
{
border-color: #B2CBCC;
}
</style>