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