Shades of Jungle Mist #B2C9CB
Tints of Jungle Mist #B2C9CB
RGB
CMYK
RGB Variations
Color information
#B2C9CB (or 0xB2C9CB) is known color: Jungle Mist. HEX triplet: B2, C9 and CB. RGB value is (178,201,203). Sum of RGB (Red+Green+Blue) = 178+201+203=582 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.58% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 203 - color contains mainly: blue. Hex color #B2C9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C9CB is #4D3634. Grayscale: #C2C2C2. Windows color (decimal): -5060149 or 13355442. OLE color: 13355442.
HSL color Cylindrical-coordinate representation of color #B2C9CB: hue angle of 184.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 #B2C9CB is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 201 | 203 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.20 |
| HSL | 184.8º | 0.19% | 0.75% | - |
| HSV(B) | 184.8º | 0.12% | 0.8% | - |
| XYZ | 50.03 | 55.55 | 64.59 | - |
| YUV | 194.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 203 | 0.12 | 0.01 | 0 | 0.20 | 184.8 | 0.19 | 0.75 |
| Hex | B2 | C9 | CB | C | 1 | 0 | 14 | B9 | 13 | 4B |
| Octal | 262 | 311 | 313 | 14 | 1 | 0 | 24 | 271 | 23 | 113 |
| Binary | 10110010 | 11001001 | 11001011 | 1100 | 1 | 0 | 10100 | 10111001 | 10011 | 1001011 |
Color Harmonies of #B2C9CB
Complementary color
Monochromatic Colors of #B2C9CB
Black with #B2C9CB
Text Example
Text Example
White with #B2C9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C9CB; }
p { color: rgb(178,201,203); }
H1.HeaderClassName
{
color: #B2C9CB;
}
.AnyTagClassName
{
color: #B2C9CB;
}
</style>
background-color css
<style>
a { background-color: #B2C9CB; }
a { background-color: rgb(178,201,203); }
div.DivClassName
{
background-color: #B2C9CB;
}
.BgClassName
{
background-color: #B2C9CB;
}
</style>
border-color css
<style>
span { border-color: #B2C9CB; }
span { border-color: rgb(178,201,203); }
td.TdClassName
{
border-color: #B2C9CB;
}
.TagClassName
{
border-color: #B2C9CB;
}
</style>