Shades of Jungle Mist #B4CED2
Tints of Jungle Mist #B4CED2
RGB
CMYK
RGB Variations
Color information
#B4CED2 (or 0xB4CED2) is known color: Jungle Mist. HEX triplet: B4, CE and D2. RGB value is (180,206,210). Sum of RGB (Red+Green+Blue) = 180+206+210=596 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.20% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 210 - color contains mainly: blue. Hex color #B4CED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CED2 is #4B312D. Grayscale: #C6C6C6. Windows color (decimal): -4927790 or 13815476. OLE color: 13815476.
HSL color Cylindrical-coordinate representation of color #B4CED2: hue angle of 188º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4CED2 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 206 | 210 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.18 |
| HSL | 188º | 0.25% | 0.76% | - |
| HSV(B) | 188º | 0.14% | 0.82% | - |
| XYZ | 52.53 | 58.5 | 69.5 | - |
| YUV | 198.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 206 | 210 | 0.14 | 0.02 | 0 | 0.18 | 188 | 0.25 | 0.76 |
| Hex | B4 | CE | D2 | E | 2 | 0 | 12 | BC | 19 | 4C |
| Octal | 264 | 316 | 322 | 16 | 2 | 0 | 22 | 274 | 31 | 114 |
| Binary | 10110100 | 11001110 | 11010010 | 1110 | 10 | 0 | 10010 | 10111100 | 11001 | 1001100 |
Color Harmonies of #B4CED2
Complementary color
Monochromatic Colors of #B4CED2
Black with #B4CED2
Text Example
Text Example
White with #B4CED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CED2; }
p { color: rgb(180,206,210); }
H1.HeaderClassName
{
color: #B4CED2;
}
.AnyTagClassName
{
color: #B4CED2;
}
</style>
background-color css
<style>
a { background-color: #B4CED2; }
a { background-color: rgb(180,206,210); }
div.DivClassName
{
background-color: #B4CED2;
}
.BgClassName
{
background-color: #B4CED2;
}
</style>
border-color css
<style>
span { border-color: #B4CED2; }
span { border-color: rgb(180,206,210); }
td.TdClassName
{
border-color: #B4CED2;
}
.TagClassName
{
border-color: #B4CED2;
}
</style>