Shades of Ice Cold #B2E1D6
Tints of Ice Cold #B2E1D6
RGB
CMYK
RGB Variations
Color information
#B2E1D6 (or 0xB2E1D6) is known color: Ice Cold. HEX triplet: B2, E1 and D6. RGB value is (178,225,214). Sum of RGB (Red+Green+Blue) = 178+225+214=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E1D6 is #4D1E29. Grayscale: #D1D1D1. Windows color (decimal): -5053994 or 14082482. OLE color: 14082482.
HSL color Cylindrical-coordinate representation of color #B2E1D6: hue angle of 165.96º 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 #B2E1D6 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 225 | 214 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.12 |
| HSL | 165.96º | 0.44% | 0.79% | - |
| HSV(B) | 165.96º | 0.21% | 0.88% | - |
| XYZ | 57.42 | 68.17 | 73.75 | - |
| YUV | 209.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 225 | 214 | 0.21 | 0 | 0.05 | 0.12 | 165.96 | 0.44 | 0.79 |
| Hex | B2 | E1 | D6 | 15 | 0 | 5 | C | A6 | 2C | 4F |
| Octal | 262 | 341 | 326 | 25 | 0 | 5 | 14 | 246 | 54 | 117 |
| Binary | 10110010 | 11100001 | 11010110 | 10101 | 0 | 101 | 1100 | 10100110 | 101100 | 1001111 |
Color Harmonies of #B2E1D6
Complementary color
Monochromatic Colors of #B2E1D6
Black with #B2E1D6
Text Example
Text Example
White with #B2E1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E1D6; }
p { color: rgb(178,225,214); }
H1.HeaderClassName
{
color: #B2E1D6;
}
.AnyTagClassName
{
color: #B2E1D6;
}
</style>
background-color css
<style>
a { background-color: #B2E1D6; }
a { background-color: rgb(178,225,214); }
div.DivClassName
{
background-color: #B2E1D6;
}
.BgClassName
{
background-color: #B2E1D6;
}
</style>
border-color css
<style>
span { border-color: #B2E1D6; }
span { border-color: rgb(178,225,214); }
td.TdClassName
{
border-color: #B2E1D6;
}
.TagClassName
{
border-color: #B2E1D6;
}
</style>