Shades of Ice Cold #B0E1DD
Tints of Ice Cold #B0E1DD
RGB
CMYK
RGB Variations
Color information
#B0E1DD (or 0xB0E1DD) is known color: Ice Cold. HEX triplet: B0, E1 and DD. RGB value is (176,225,221). Sum of RGB (Red+Green+Blue) = 176+225+221=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E1DD is #4F1E22. Grayscale: #D1D1D1. Windows color (decimal): -5185059 or 14541232. OLE color: 14541232.
HSL color Cylindrical-coordinate representation of color #B0E1DD: hue angle of 175.1º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E1DD is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 225 | 221 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.12 |
| HSL | 175.1º | 0.45% | 0.79% | - |
| HSV(B) | 175.1º | 0.22% | 0.88% | - |
| XYZ | 57.88 | 68.3 | 78.54 | - |
| YUV | 209.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 221 | 0.22 | 0 | 0.02 | 0.12 | 175.1 | 0.45 | 0.79 |
| Hex | B0 | E1 | DD | 16 | 0 | 2 | C | AF | 2D | 4F |
| Octal | 260 | 341 | 335 | 26 | 0 | 2 | 14 | 257 | 55 | 117 |
| Binary | 10110000 | 11100001 | 11011101 | 10110 | 0 | 10 | 1100 | 10101111 | 101101 | 1001111 |
Color Harmonies of #B0E1DD
Complementary color
Monochromatic Colors of #B0E1DD
Black with #B0E1DD
Text Example
Text Example
White with #B0E1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E1DD; }
p { color: rgb(176,225,221); }
H1.HeaderClassName
{
color: #B0E1DD;
}
.AnyTagClassName
{
color: #B0E1DD;
}
</style>
background-color css
<style>
a { background-color: #B0E1DD; }
a { background-color: rgb(176,225,221); }
div.DivClassName
{
background-color: #B0E1DD;
}
.BgClassName
{
background-color: #B0E1DD;
}
</style>
border-color css
<style>
span { border-color: #B0E1DD; }
span { border-color: rgb(176,225,221); }
td.TdClassName
{
border-color: #B0E1DD;
}
.TagClassName
{
border-color: #B0E1DD;
}
</style>