Shades of Ice Cold #B0E5DC
Tints of Ice Cold #B0E5DC
RGB
CMYK
RGB Variations
Color information
#B0E5DC (or 0xB0E5DC) is known color: Ice Cold. HEX triplet: B0, E5 and DC. RGB value is (176,229,220). Sum of RGB (Red+Green+Blue) = 176+229+220=625 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.16% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E5DC is #4F1A23. Grayscale: #D4D4D4. Windows color (decimal): -5184036 or 14476720. OLE color: 14476720.
HSL color Cylindrical-coordinate representation of color #B0E5DC: hue angle of 169.81º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0E5DC is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 229 | 220 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.10 |
| HSL | 169.81º | 0.5% | 0.79% | - |
| HSV(B) | 169.81º | 0.23% | 0.9% | - |
| XYZ | 58.84 | 70.44 | 78.2 | - |
| YUV | 212.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 229 | 220 | 0.23 | 0 | 0.04 | 0.10 | 169.81 | 0.5 | 0.79 |
| Hex | B0 | E5 | DC | 17 | 0 | 4 | A | AA | 32 | 4F |
| Octal | 260 | 345 | 334 | 27 | 0 | 4 | 12 | 252 | 62 | 117 |
| Binary | 10110000 | 11100101 | 11011100 | 10111 | 0 | 100 | 1010 | 10101010 | 110010 | 1001111 |
Color Harmonies of #B0E5DC
Complementary color
Monochromatic Colors of #B0E5DC
Black with #B0E5DC
Text Example
Text Example
White with #B0E5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E5DC; }
p { color: rgb(176,229,220); }
H1.HeaderClassName
{
color: #B0E5DC;
}
.AnyTagClassName
{
color: #B0E5DC;
}
</style>
background-color css
<style>
a { background-color: #B0E5DC; }
a { background-color: rgb(176,229,220); }
div.DivClassName
{
background-color: #B0E5DC;
}
.BgClassName
{
background-color: #B0E5DC;
}
</style>
border-color css
<style>
span { border-color: #B0E5DC; }
span { border-color: rgb(176,229,220); }
td.TdClassName
{
border-color: #B0E5DC;
}
.TagClassName
{
border-color: #B0E5DC;
}
</style>