Shades of Ice Cold #B5E0D9
Tints of Ice Cold #B5E0D9
RGB
CMYK
RGB Variations
Color information
#B5E0D9 (or 0xB5E0D9) is known color: Ice Cold. HEX triplet: B5, E0 and D9. RGB value is (181,224,217). Sum of RGB (Red+Green+Blue) = 181+224+217=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E0D9 is #4A1F26. Grayscale: #D2D2D2. Windows color (decimal): -4857639 or 14278837. OLE color: 14278837.
HSL color Cylindrical-coordinate representation of color #B5E0D9: hue angle of 170.23º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5E0D9 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 217 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.12 |
| HSL | 170.23º | 0.41% | 0.79% | - |
| HSV(B) | 170.23º | 0.19% | 0.88% | - |
| XYZ | 58.24 | 68.14 | 75.73 | - |
| YUV | 210.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 217 | 0.19 | 0 | 0.03 | 0.12 | 170.23 | 0.41 | 0.79 |
| Hex | B5 | E0 | D9 | 13 | 0 | 3 | C | AA | 29 | 4F |
| Octal | 265 | 340 | 331 | 23 | 0 | 3 | 14 | 252 | 51 | 117 |
| Binary | 10110101 | 11100000 | 11011001 | 10011 | 0 | 11 | 1100 | 10101010 | 101001 | 1001111 |
Color Harmonies of #B5E0D9
Complementary color
Monochromatic Colors of #B5E0D9
Black with #B5E0D9
Text Example
Text Example
White with #B5E0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E0D9; }
p { color: rgb(181,224,217); }
H1.HeaderClassName
{
color: #B5E0D9;
}
.AnyTagClassName
{
color: #B5E0D9;
}
</style>
background-color css
<style>
a { background-color: #B5E0D9; }
a { background-color: rgb(181,224,217); }
div.DivClassName
{
background-color: #B5E0D9;
}
.BgClassName
{
background-color: #B5E0D9;
}
</style>
border-color css
<style>
span { border-color: #B5E0D9; }
span { border-color: rgb(181,224,217); }
td.TdClassName
{
border-color: #B5E0D9;
}
.TagClassName
{
border-color: #B5E0D9;
}
</style>