Shades of Jungle Mist #B2CBC8
Tints of Jungle Mist #B2CBC8
RGB
CMYK
RGB Variations
Color information
#B2CBC8 (or 0xB2CBC8) is known color: Jungle Mist. HEX triplet: B2, CB and C8. RGB value is (178,203,200). Sum of RGB (Red+Green+Blue) = 178+203+200=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBC8 is #4D3437. Grayscale: #C3C3C3. Windows color (decimal): -5059640 or 13159346. OLE color: 13159346.
HSL color Cylindrical-coordinate representation of color #B2CBC8: hue angle of 172.8º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2CBC8 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 200 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.20 |
| HSL | 172.8º | 0.19% | 0.75% | - |
| HSV(B) | 172.8º | 0.12% | 0.8% | - |
| XYZ | 50.14 | 56.35 | 62.88 | - |
| YUV | 195.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 200 | 0.12 | 0 | 0.01 | 0.20 | 172.8 | 0.19 | 0.75 |
| Hex | B2 | CB | C8 | C | 0 | 1 | 14 | AD | 13 | 4B |
| Octal | 262 | 313 | 310 | 14 | 0 | 1 | 24 | 255 | 23 | 113 |
| Binary | 10110010 | 11001011 | 11001000 | 1100 | 0 | 1 | 10100 | 10101101 | 10011 | 1001011 |
Color Harmonies of #B2CBC8
Complementary color
Monochromatic Colors of #B2CBC8
Black with #B2CBC8
Text Example
Text Example
White with #B2CBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CBC8; }
p { color: rgb(178,203,200); }
H1.HeaderClassName
{
color: #B2CBC8;
}
.AnyTagClassName
{
color: #B2CBC8;
}
</style>
background-color css
<style>
a { background-color: #B2CBC8; }
a { background-color: rgb(178,203,200); }
div.DivClassName
{
background-color: #B2CBC8;
}
.BgClassName
{
background-color: #B2CBC8;
}
</style>
border-color css
<style>
span { border-color: #B2CBC8; }
span { border-color: rgb(178,203,200); }
td.TdClassName
{
border-color: #B2CBC8;
}
.TagClassName
{
border-color: #B2CBC8;
}
</style>