Shades of Jungle Mist #B5CDD1
Tints of Jungle Mist #B5CDD1
RGB
CMYK
RGB Variations
Color information
#B5CDD1 (or 0xB5CDD1) is known color: Jungle Mist. HEX triplet: B5, CD and D1. RGB value is (181,205,209). Sum of RGB (Red+Green+Blue) = 181+205+209=595 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.42% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 209 - color contains mainly: blue. Hex color #B5CDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDD1 is #4A322E. Grayscale: #C6C6C6. Windows color (decimal): -4862511 or 13749685. OLE color: 13749685.
HSL color Cylindrical-coordinate representation of color #B5CDD1: 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 #B5CDD1 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 181 | 205 | 209 | - |
CMYK | 0.13 | 0.02 | 0 | 0.18 |
HSL | 188.57º | 0.23% | 0.76% | - |
HSV(B) | 188.57º | 0.13% | 0.82% | - |
XYZ | 52.4 | 58.09 | 68.77 | - |
YUV | 198.28 | 134.05 | 115.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 205 | 209 | 0.13 | 0.02 | 0 | 0.18 | 188.57 | 0.23 | 0.76 |
Hex | B5 | CD | D1 | D | 2 | 0 | 12 | BD | 17 | 4C |
Octal | 265 | 315 | 321 | 15 | 2 | 0 | 22 | 275 | 27 | 114 |
Binary | 10110101 | 11001101 | 11010001 | 1101 | 10 | 0 | 10010 | 10111101 | 10111 | 1001100 |
Color Harmonies of #B5CDD1
Complementary color
Monochromatic Colors of #B5CDD1
Black with #B5CDD1
Text Example
Text Example
White with #B5CDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CDD1; }
p { color: rgb(181,205,209); }
H1.HeaderClassName
{
color: #B5CDD1;
}
.AnyTagClassName
{
color: #B5CDD1;
}
</style>
background-color css
<style>
a { background-color: #B5CDD1; }
a { background-color: rgb(181,205,209); }
div.DivClassName
{
background-color: #B5CDD1;
}
.BgClassName
{
background-color: #B5CDD1;
}
</style>
border-color css
<style>
span { border-color: #B5CDD1; }
span { border-color: rgb(181,205,209); }
td.TdClassName
{
border-color: #B5CDD1;
}
.TagClassName
{
border-color: #B5CDD1;
}
</style>