Shades of Ice Cold #B1E1D8
Tints of Ice Cold #B1E1D8
RGB
CMYK
RGB Variations
Color information
#B1E1D8 (or 0xB1E1D8) is known color: Ice Cold. HEX triplet: B1, E1 and D8. RGB value is (177,225,216). Sum of RGB (Red+Green+Blue) = 177+225+216=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 216 (84.77% from 255 or 34.95% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E1D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E1D8 is #4E1E27. Grayscale: #D1D1D1. Windows color (decimal): -5119528 or 14213553. OLE color: 14213553.
HSL color Cylindrical-coordinate representation of color #B1E1D8: hue angle of 168.75º 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 #B1E1D8 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 225 | 216 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.12 |
| HSL | 168.75º | 0.44% | 0.79% | - |
| HSV(B) | 168.75º | 0.21% | 0.88% | - |
| XYZ | 57.45 | 68.16 | 75.09 | - |
| YUV | 209.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 225 | 216 | 0.21 | 0 | 0.04 | 0.12 | 168.75 | 0.44 | 0.79 |
| Hex | B1 | E1 | D8 | 15 | 0 | 4 | C | A9 | 2C | 4F |
| Octal | 261 | 341 | 330 | 25 | 0 | 4 | 14 | 251 | 54 | 117 |
| Binary | 10110001 | 11100001 | 11011000 | 10101 | 0 | 100 | 1100 | 10101001 | 101100 | 1001111 |
Color Harmonies of #B1E1D8
Complementary color
Monochromatic Colors of #B1E1D8
Black with #B1E1D8
Text Example
Text Example
White with #B1E1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E1D8; }
p { color: rgb(177,225,216); }
H1.HeaderClassName
{
color: #B1E1D8;
}
.AnyTagClassName
{
color: #B1E1D8;
}
</style>
background-color css
<style>
a { background-color: #B1E1D8; }
a { background-color: rgb(177,225,216); }
div.DivClassName
{
background-color: #B1E1D8;
}
.BgClassName
{
background-color: #B1E1D8;
}
</style>
border-color css
<style>
span { border-color: #B1E1D8; }
span { border-color: rgb(177,225,216); }
td.TdClassName
{
border-color: #B1E1D8;
}
.TagClassName
{
border-color: #B1E1D8;
}
</style>