Shades of Ice Cold #B2E1D9
Tints of Ice Cold #B2E1D9
RGB
CMYK
RGB Variations
Color information
#B2E1D9 (or 0xB2E1D9) is known color: Ice Cold. HEX triplet: B2, E1 and D9. RGB value is (178,225,217). Sum of RGB (Red+Green+Blue) = 178+225+217=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E1D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E1D9 is #4D1E26. Grayscale: #D2D2D2. Windows color (decimal): -5053991 or 14279090. OLE color: 14279090.
HSL color Cylindrical-coordinate representation of color #B2E1D9: hue angle of 169.79º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2E1D9 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 225 | 217 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.12 |
| HSL | 169.79º | 0.44% | 0.79% | - |
| HSV(B) | 169.79º | 0.21% | 0.88% | - |
| XYZ | 57.81 | 68.33 | 75.79 | - |
| YUV | 210.04 | 131.93 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 225 | 217 | 0.21 | 0 | 0.04 | 0.12 | 169.79 | 0.44 | 0.79 |
| Hex | B2 | E1 | D9 | 15 | 0 | 4 | C | AA | 2C | 4F |
| Octal | 262 | 341 | 331 | 25 | 0 | 4 | 14 | 252 | 54 | 117 |
| Binary | 10110010 | 11100001 | 11011001 | 10101 | 0 | 100 | 1100 | 10101010 | 101100 | 1001111 |
Color Harmonies of #B2E1D9
Complementary color
Monochromatic Colors of #B2E1D9
Black with #B2E1D9
Text Example
Text Example
White with #B2E1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E1D9; }
p { color: rgb(178,225,217); }
H1.HeaderClassName
{
color: #B2E1D9;
}
.AnyTagClassName
{
color: #B2E1D9;
}
</style>
background-color css
<style>
a { background-color: #B2E1D9; }
a { background-color: rgb(178,225,217); }
div.DivClassName
{
background-color: #B2E1D9;
}
.BgClassName
{
background-color: #B2E1D9;
}
</style>
border-color css
<style>
span { border-color: #B2E1D9; }
span { border-color: rgb(178,225,217); }
td.TdClassName
{
border-color: #B2E1D9;
}
.TagClassName
{
border-color: #B2E1D9;
}
</style>