Shades of Jungle Mist #B4CDD0
Tints of Jungle Mist #B4CDD0
RGB
CMYK
RGB Variations
Color information
#B4CDD0 (or 0xB4CDD0) is known color: Jungle Mist. HEX triplet: B4, CD and D0. RGB value is (180,205,208). Sum of RGB (Red+Green+Blue) = 180+205+208=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 208 - color contains mainly: blue. Hex color #B4CDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDD0 is #4B322F. Grayscale: #C5C5C5. Windows color (decimal): -4928048 or 13684148. OLE color: 13684148.
HSL color Cylindrical-coordinate representation of color #B4CDD0: hue angle of 186.43º 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 #B4CDD0 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 205 | 208 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.18 |
| HSL | 186.43º | 0.23% | 0.76% | - |
| HSV(B) | 186.43º | 0.13% | 0.82% | - |
| XYZ | 52.04 | 57.92 | 68.11 | - |
| YUV | 197.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 205 | 208 | 0.13 | 0.01 | 0 | 0.18 | 186.43 | 0.23 | 0.76 |
| Hex | B4 | CD | D0 | D | 1 | 0 | 12 | BA | 17 | 4C |
| Octal | 264 | 315 | 320 | 15 | 1 | 0 | 22 | 272 | 27 | 114 |
| Binary | 10110100 | 11001101 | 11010000 | 1101 | 1 | 0 | 10010 | 10111010 | 10111 | 1001100 |
Color Harmonies of #B4CDD0
Complementary color
Monochromatic Colors of #B4CDD0
Black with #B4CDD0
Text Example
Text Example
White with #B4CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CDD0; }
p { color: rgb(180,205,208); }
H1.HeaderClassName
{
color: #B4CDD0;
}
.AnyTagClassName
{
color: #B4CDD0;
}
</style>
background-color css
<style>
a { background-color: #B4CDD0; }
a { background-color: rgb(180,205,208); }
div.DivClassName
{
background-color: #B4CDD0;
}
.BgClassName
{
background-color: #B4CDD0;
}
</style>
border-color css
<style>
span { border-color: #B4CDD0; }
span { border-color: rgb(180,205,208); }
td.TdClassName
{
border-color: #B4CDD0;
}
.TagClassName
{
border-color: #B4CDD0;
}
</style>