Shades of Jungle Mist #B4C9CE
Tints of Jungle Mist #B4C9CE
RGB
CMYK
RGB Variations
Color information
#B4C9CE (or 0xB4C9CE) is known color: Jungle Mist. HEX triplet: B4, C9 and CE. RGB value is (180,201,206). Sum of RGB (Red+Green+Blue) = 180+201+206=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4C9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C9CE is #4B3631. Grayscale: #C3C3C3. Windows color (decimal): -4929074 or 13552052. OLE color: 13552052.
HSL color Cylindrical-coordinate representation of color #B4C9CE: hue angle of 191.54º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4C9CE is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 201 | 206 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.19 |
| HSL | 191.54º | 0.21% | 0.76% | - |
| HSV(B) | 191.54º | 0.13% | 0.81% | - |
| XYZ | 50.85 | 55.93 | 66.51 | - |
| YUV | 195.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 201 | 206 | 0.13 | 0.02 | 0 | 0.19 | 191.54 | 0.21 | 0.76 |
| Hex | B4 | C9 | CE | D | 2 | 0 | 13 | C0 | 15 | 4C |
| Octal | 264 | 311 | 316 | 15 | 2 | 0 | 23 | 300 | 25 | 114 |
| Binary | 10110100 | 11001001 | 11001110 | 1101 | 10 | 0 | 10011 | 11000000 | 10101 | 1001100 |
Color Harmonies of #B4C9CE
Complementary color
Monochromatic Colors of #B4C9CE
Black with #B4C9CE
Text Example
Text Example
White with #B4C9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C9CE; }
p { color: rgb(180,201,206); }
H1.HeaderClassName
{
color: #B4C9CE;
}
.AnyTagClassName
{
color: #B4C9CE;
}
</style>
background-color css
<style>
a { background-color: #B4C9CE; }
a { background-color: rgb(180,201,206); }
div.DivClassName
{
background-color: #B4C9CE;
}
.BgClassName
{
background-color: #B4C9CE;
}
</style>
border-color css
<style>
span { border-color: #B4C9CE; }
span { border-color: rgb(180,201,206); }
td.TdClassName
{
border-color: #B4C9CE;
}
.TagClassName
{
border-color: #B4C9CE;
}
</style>