Shades of Jungle Mist #B5CCD1
Tints of Jungle Mist #B5CCD1
RGB
CMYK
RGB Variations
Color information
#B5CCD1 (or 0xB5CCD1) is known color: Jungle Mist. HEX triplet: B5, CC and D1. RGB value is (181,204,209). Sum of RGB (Red+Green+Blue) = 181+204+209=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 209 - color contains mainly: blue. Hex color #B5CCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CCD1 is #4A332E. Grayscale: #C5C5C5. Windows color (decimal): -4862767 or 13749429. OLE color: 13749429.
HSL color Cylindrical-coordinate representation of color #B5CCD1: hue angle of 190.71º 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 #B5CCD1 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 204 | 209 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.18 |
| HSL | 190.71º | 0.23% | 0.76% | - |
| HSV(B) | 190.71º | 0.13% | 0.82% | - |
| XYZ | 52.16 | 57.61 | 68.69 | - |
| YUV | 197.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 204 | 209 | 0.13 | 0.02 | 0 | 0.18 | 190.71 | 0.23 | 0.76 |
| Hex | B5 | CC | D1 | D | 2 | 0 | 12 | BF | 17 | 4C |
| Octal | 265 | 314 | 321 | 15 | 2 | 0 | 22 | 277 | 27 | 114 |
| Binary | 10110101 | 11001100 | 11010001 | 1101 | 10 | 0 | 10010 | 10111111 | 10111 | 1001100 |
Color Harmonies of #B5CCD1
Complementary color
Monochromatic Colors of #B5CCD1
Black with #B5CCD1
Text Example
Text Example
White with #B5CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CCD1; }
p { color: rgb(181,204,209); }
H1.HeaderClassName
{
color: #B5CCD1;
}
.AnyTagClassName
{
color: #B5CCD1;
}
</style>
background-color css
<style>
a { background-color: #B5CCD1; }
a { background-color: rgb(181,204,209); }
div.DivClassName
{
background-color: #B5CCD1;
}
.BgClassName
{
background-color: #B5CCD1;
}
</style>
border-color css
<style>
span { border-color: #B5CCD1; }
span { border-color: rgb(181,204,209); }
td.TdClassName
{
border-color: #B5CCD1;
}
.TagClassName
{
border-color: #B5CCD1;
}
</style>