Shades of Jungle Mist #B2CCCB
Tints of Jungle Mist #B2CCCB
RGB
CMYK
RGB Variations
Color information
#B2CCCB (or 0xB2CCCB) is known color: Jungle Mist. HEX triplet: B2, CC and CB. RGB value is (178,204,203). Sum of RGB (Red+Green+Blue) = 178+204+203=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCCB is #4D3334. Grayscale: #C4C4C4. Windows color (decimal): -5059381 or 13356210. OLE color: 13356210.
HSL color Cylindrical-coordinate representation of color #B2CCCB: hue angle of 177.69º 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 #B2CCCB is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 204 | 203 | - |
| CMYK | 0.13 | 0 | 0.00 | 0.2 |
| HSL | 177.69º | 0.2% | 0.75% | - |
| HSV(B) | 177.69º | 0.13% | 0.8% | - |
| XYZ | 50.73 | 56.96 | 64.82 | - |
| YUV | 196.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 203 | 0.13 | 0 | 0.00 | 0.2 | 177.69 | 0.2 | 0.75 |
| Hex | B2 | CC | CB | D | 0 | 0 | 14 | B2 | 14 | 4B |
| Octal | 262 | 314 | 313 | 15 | 0 | 0 | 24 | 262 | 24 | 113 |
| Binary | 10110010 | 11001100 | 11001011 | 1101 | 0 | 0 | 10100 | 10110010 | 10100 | 1001011 |
Color Harmonies of #B2CCCB
Complementary color
Monochromatic Colors of #B2CCCB
Black with #B2CCCB
Text Example
Text Example
White with #B2CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CCCB; }
p { color: rgb(178,204,203); }
H1.HeaderClassName
{
color: #B2CCCB;
}
.AnyTagClassName
{
color: #B2CCCB;
}
</style>
background-color css
<style>
a { background-color: #B2CCCB; }
a { background-color: rgb(178,204,203); }
div.DivClassName
{
background-color: #B2CCCB;
}
.BgClassName
{
background-color: #B2CCCB;
}
</style>
border-color css
<style>
span { border-color: #B2CCCB; }
span { border-color: rgb(178,204,203); }
td.TdClassName
{
border-color: #B2CCCB;
}
.TagClassName
{
border-color: #B2CCCB;
}
</style>