Shades of Ice Cold #B0E1D6
Tints of Ice Cold #B0E1D6
RGB
CMYK
RGB Variations
Color information
#B0E1D6 (or 0xB0E1D6) is known color: Ice Cold. HEX triplet: B0, E1 and D6. RGB value is (176,225,214). Sum of RGB (Red+Green+Blue) = 176+225+214=615 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.62% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E1D6 is #4F1E29. Grayscale: #D1D1D1. Windows color (decimal): -5185066 or 14082480. OLE color: 14082480.
HSL color Cylindrical-coordinate representation of color #B0E1D6: hue angle of 166.53º 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 #B0E1D6 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 225 | 214 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.12 |
| HSL | 166.53º | 0.45% | 0.79% | - |
| HSV(B) | 166.53º | 0.22% | 0.88% | - |
| XYZ | 56.97 | 67.94 | 73.73 | - |
| YUV | 209.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 214 | 0.22 | 0 | 0.05 | 0.12 | 166.53 | 0.45 | 0.79 |
| Hex | B0 | E1 | D6 | 16 | 0 | 5 | C | A7 | 2D | 4F |
| Octal | 260 | 341 | 326 | 26 | 0 | 5 | 14 | 247 | 55 | 117 |
| Binary | 10110000 | 11100001 | 11010110 | 10110 | 0 | 101 | 1100 | 10100111 | 101101 | 1001111 |
Color Harmonies of #B0E1D6
Complementary color
Monochromatic Colors of #B0E1D6
Black with #B0E1D6
Text Example
Text Example
White with #B0E1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E1D6; }
p { color: rgb(176,225,214); }
H1.HeaderClassName
{
color: #B0E1D6;
}
.AnyTagClassName
{
color: #B0E1D6;
}
</style>
background-color css
<style>
a { background-color: #B0E1D6; }
a { background-color: rgb(176,225,214); }
div.DivClassName
{
background-color: #B0E1D6;
}
.BgClassName
{
background-color: #B0E1D6;
}
</style>
border-color css
<style>
span { border-color: #B0E1D6; }
span { border-color: rgb(176,225,214); }
td.TdClassName
{
border-color: #B0E1D6;
}
.TagClassName
{
border-color: #B0E1D6;
}
</style>