Shades of Ice Cold #B0E2D6
Tints of Ice Cold #B0E2D6
RGB
CMYK
RGB Variations
Color information
#B0E2D6 (or 0xB0E2D6) is known color: Ice Cold. HEX triplet: B0, E2 and D6. RGB value is (176,226,214). Sum of RGB (Red+Green+Blue) = 176+226+214=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E2D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E2D6 is #4F1D29. Grayscale: #D1D1D1. Windows color (decimal): -5184810 or 14082736. OLE color: 14082736.
HSL color Cylindrical-coordinate representation of color #B0E2D6: hue angle of 165.6º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E2D6 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 226 | 214 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.11 |
| HSL | 165.6º | 0.46% | 0.79% | - |
| HSV(B) | 165.6º | 0.22% | 0.89% | - |
| XYZ | 57.24 | 68.48 | 73.82 | - |
| YUV | 209.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 226 | 214 | 0.22 | 0 | 0.05 | 0.11 | 165.6 | 0.46 | 0.79 |
| Hex | B0 | E2 | D6 | 16 | 0 | 5 | B | A6 | 2E | 4F |
| Octal | 260 | 342 | 326 | 26 | 0 | 5 | 13 | 246 | 56 | 117 |
| Binary | 10110000 | 11100010 | 11010110 | 10110 | 0 | 101 | 1011 | 10100110 | 101110 | 1001111 |
Color Harmonies of #B0E2D6
Complementary color
Monochromatic Colors of #B0E2D6
Black with #B0E2D6
Text Example
Text Example
White with #B0E2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E2D6; }
p { color: rgb(176,226,214); }
H1.HeaderClassName
{
color: #B0E2D6;
}
.AnyTagClassName
{
color: #B0E2D6;
}
</style>
background-color css
<style>
a { background-color: #B0E2D6; }
a { background-color: rgb(176,226,214); }
div.DivClassName
{
background-color: #B0E2D6;
}
.BgClassName
{
background-color: #B0E2D6;
}
</style>
border-color css
<style>
span { border-color: #B0E2D6; }
span { border-color: rgb(176,226,214); }
td.TdClassName
{
border-color: #B0E2D6;
}
.TagClassName
{
border-color: #B0E2D6;
}
</style>