Shades of Jungle Mist #B4CCD0
Tints of Jungle Mist #B4CCD0
RGB
CMYK
RGB Variations
Color information
#B4CCD0 (or 0xB4CCD0) is known color: Jungle Mist. HEX triplet: B4, CC and D0. RGB value is (180,204,208). Sum of RGB (Red+Green+Blue) = 180+204+208=592 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.41% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 208 - color contains mainly: blue. Hex color #B4CCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCD0 is #4B332F. Grayscale: #C5C5C5. Windows color (decimal): -4928304 or 13683892. OLE color: 13683892.
HSL color Cylindrical-coordinate representation of color #B4CCD0: hue angle of 188.57º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4CCD0 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 204 | 208 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.18 |
| HSL | 188.57º | 0.23% | 0.76% | - |
| HSV(B) | 188.57º | 0.13% | 0.82% | - |
| XYZ | 51.8 | 57.44 | 68.03 | - |
| YUV | 197.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 204 | 208 | 0.13 | 0.02 | 0 | 0.18 | 188.57 | 0.23 | 0.76 |
| Hex | B4 | CC | D0 | D | 2 | 0 | 12 | BD | 17 | 4C |
| Octal | 264 | 314 | 320 | 15 | 2 | 0 | 22 | 275 | 27 | 114 |
| Binary | 10110100 | 11001100 | 11010000 | 1101 | 10 | 0 | 10010 | 10111101 | 10111 | 1001100 |
Color Harmonies of #B4CCD0
Complementary color
Monochromatic Colors of #B4CCD0
Black with #B4CCD0
Text Example
Text Example
White with #B4CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CCD0; }
p { color: rgb(180,204,208); }
H1.HeaderClassName
{
color: #B4CCD0;
}
.AnyTagClassName
{
color: #B4CCD0;
}
</style>
background-color css
<style>
a { background-color: #B4CCD0; }
a { background-color: rgb(180,204,208); }
div.DivClassName
{
background-color: #B4CCD0;
}
.BgClassName
{
background-color: #B4CCD0;
}
</style>
border-color css
<style>
span { border-color: #B4CCD0; }
span { border-color: rgb(180,204,208); }
td.TdClassName
{
border-color: #B4CCD0;
}
.TagClassName
{
border-color: #B4CCD0;
}
</style>