Shades of Jungle Mist #B4CFCE
Tints of Jungle Mist #B4CFCE
RGB
CMYK
RGB Variations
Color information
#B4CFCE (or 0xB4CFCE) is known color: Jungle Mist. HEX triplet: B4, CF and CE. RGB value is (180,207,206). Sum of RGB (Red+Green+Blue) = 180+207+206=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFCE is #4B3031. Grayscale: #C6C6C6. Windows color (decimal): -4927538 or 13553588. OLE color: 13553588.
HSL color Cylindrical-coordinate representation of color #B4CFCE: hue angle of 177.78º degrees, saturation: 0.22, 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 #B4CFCE is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 207 | 206 | - |
| CMYK | 0.13 | 0 | 0.00 | 0.19 |
| HSL | 177.78º | 0.22% | 0.76% | - |
| HSV(B) | 177.78º | 0.13% | 0.81% | - |
| XYZ | 52.28 | 58.79 | 66.98 | - |
| YUV | 198.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 207 | 206 | 0.13 | 0 | 0.00 | 0.19 | 177.78 | 0.22 | 0.76 |
| Hex | B4 | CF | CE | D | 0 | 0 | 13 | B2 | 16 | 4C |
| Octal | 264 | 317 | 316 | 15 | 0 | 0 | 23 | 262 | 26 | 114 |
| Binary | 10110100 | 11001111 | 11001110 | 1101 | 0 | 0 | 10011 | 10110010 | 10110 | 1001100 |
Color Harmonies of #B4CFCE
Complementary color
Monochromatic Colors of #B4CFCE
Black with #B4CFCE
Text Example
Text Example
White with #B4CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CFCE; }
p { color: rgb(180,207,206); }
H1.HeaderClassName
{
color: #B4CFCE;
}
.AnyTagClassName
{
color: #B4CFCE;
}
</style>
background-color css
<style>
a { background-color: #B4CFCE; }
a { background-color: rgb(180,207,206); }
div.DivClassName
{
background-color: #B4CFCE;
}
.BgClassName
{
background-color: #B4CFCE;
}
</style>
border-color css
<style>
span { border-color: #B4CFCE; }
span { border-color: rgb(180,207,206); }
td.TdClassName
{
border-color: #B4CFCE;
}
.TagClassName
{
border-color: #B4CFCE;
}
</style>