Shades of Jungle Mist #B2CECE
Tints of Jungle Mist #B2CECE
RGB
CMYK
RGB Variations
Color information
#B2CECE (or 0xB2CECE) is known color: Jungle Mist. HEX triplet: B2, CE and CE. RGB value is (178,206,206). Sum of RGB (Red+Green+Blue) = 178+206+206=590 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.17% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #B2CECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CECE is #4D3131. Grayscale: #C5C5C5. Windows color (decimal): -5058866 or 13553330. OLE color: 13553330.
HSL color Cylindrical-coordinate representation of color #B2CECE: hue angle of 180º 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 #B2CECE is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 206 | - |
| CMYK | 0.14 | 0 | 0 | 0.19 |
| HSL | 180º | 0.22% | 0.75% | - |
| HSV(B) | 180º | 0.14% | 0.81% | - |
| XYZ | 51.57 | 58.06 | 66.88 | - |
| YUV | 197.63 | 132.72 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 206 | 0.14 | 0 | 0 | 0.19 | 180 | 0.22 | 0.75 |
| Hex | B2 | CE | CE | E | 0 | 0 | 13 | B4 | 16 | 4B |
| Octal | 262 | 316 | 316 | 16 | 0 | 0 | 23 | 264 | 26 | 113 |
| Binary | 10110010 | 11001110 | 11001110 | 1110 | 0 | 0 | 10011 | 10110100 | 10110 | 1001011 |
Color Harmonies of #B2CECE
Complementary color
Monochromatic Colors of #B2CECE
Black with #B2CECE
Text Example
Text Example
White with #B2CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CECE; }
p { color: rgb(178,206,206); }
H1.HeaderClassName
{
color: #B2CECE;
}
.AnyTagClassName
{
color: #B2CECE;
}
</style>
background-color css
<style>
a { background-color: #B2CECE; }
a { background-color: rgb(178,206,206); }
div.DivClassName
{
background-color: #B2CECE;
}
.BgClassName
{
background-color: #B2CECE;
}
</style>
border-color css
<style>
span { border-color: #B2CECE; }
span { border-color: rgb(178,206,206); }
td.TdClassName
{
border-color: #B2CECE;
}
.TagClassName
{
border-color: #B2CECE;
}
</style>