Shades of Ice Cold #B0E1DB
Tints of Ice Cold #B0E1DB
RGB
CMYK
RGB Variations
Color information
#B0E1DB (or 0xB0E1DB) is known color: Ice Cold. HEX triplet: B0, E1 and DB. RGB value is (176,225,219). Sum of RGB (Red+Green+Blue) = 176+225+219=620 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.39% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E1DB is #4F1E24. Grayscale: #D1D1D1. Windows color (decimal): -5185061 or 14410160. OLE color: 14410160.
HSL color Cylindrical-coordinate representation of color #B0E1DB: hue angle of 172.65º 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 #B0E1DB is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 225 | 219 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.12 |
| HSL | 172.65º | 0.45% | 0.79% | - |
| HSV(B) | 172.65º | 0.22% | 0.88% | - |
| XYZ | 57.62 | 68.2 | 77.14 | - |
| YUV | 209.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 219 | 0.22 | 0 | 0.03 | 0.12 | 172.65 | 0.45 | 0.79 |
| Hex | B0 | E1 | DB | 16 | 0 | 3 | C | AD | 2D | 4F |
| Octal | 260 | 341 | 333 | 26 | 0 | 3 | 14 | 255 | 55 | 117 |
| Binary | 10110000 | 11100001 | 11011011 | 10110 | 0 | 11 | 1100 | 10101101 | 101101 | 1001111 |
Color Harmonies of #B0E1DB
Complementary color
Monochromatic Colors of #B0E1DB
Black with #B0E1DB
Text Example
Text Example
White with #B0E1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E1DB; }
p { color: rgb(176,225,219); }
H1.HeaderClassName
{
color: #B0E1DB;
}
.AnyTagClassName
{
color: #B0E1DB;
}
</style>
background-color css
<style>
a { background-color: #B0E1DB; }
a { background-color: rgb(176,225,219); }
div.DivClassName
{
background-color: #B0E1DB;
}
.BgClassName
{
background-color: #B0E1DB;
}
</style>
border-color css
<style>
span { border-color: #B0E1DB; }
span { border-color: rgb(176,225,219); }
td.TdClassName
{
border-color: #B0E1DB;
}
.TagClassName
{
border-color: #B0E1DB;
}
</style>