Shades of Ice Cold #B0E5D6
Tints of Ice Cold #B0E5D6
RGB
CMYK
RGB Variations
Color information
#B0E5D6 (or 0xB0E5D6) is known color: Ice Cold. HEX triplet: B0, E5 and D6. RGB value is (176,229,214). Sum of RGB (Red+Green+Blue) = 176+229+214=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E5D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E5D6 is #4F1A29. Grayscale: #D3D3D3. Windows color (decimal): -5184042 or 14083504. OLE color: 14083504.
HSL color Cylindrical-coordinate representation of color #B0E5D6: hue angle of 163.02º 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 #B0E5D6 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 229 | 214 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.10 |
| HSL | 163.02º | 0.5% | 0.79% | - |
| HSV(B) | 163.02º | 0.23% | 0.9% | - |
| XYZ | 58.06 | 70.12 | 74.09 | - |
| YUV | 211.44 | 129.44 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 229 | 214 | 0.23 | 0 | 0.07 | 0.10 | 163.02 | 0.5 | 0.79 |
| Hex | B0 | E5 | D6 | 17 | 0 | 7 | A | A3 | 32 | 4F |
| Octal | 260 | 345 | 326 | 27 | 0 | 7 | 12 | 243 | 62 | 117 |
| Binary | 10110000 | 11100101 | 11010110 | 10111 | 0 | 111 | 1010 | 10100011 | 110010 | 1001111 |
Color Harmonies of #B0E5D6
Complementary color
Monochromatic Colors of #B0E5D6
Black with #B0E5D6
Text Example
Text Example
White with #B0E5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E5D6; }
p { color: rgb(176,229,214); }
H1.HeaderClassName
{
color: #B0E5D6;
}
.AnyTagClassName
{
color: #B0E5D6;
}
</style>
background-color css
<style>
a { background-color: #B0E5D6; }
a { background-color: rgb(176,229,214); }
div.DivClassName
{
background-color: #B0E5D6;
}
.BgClassName
{
background-color: #B0E5D6;
}
</style>
border-color css
<style>
span { border-color: #B0E5D6; }
span { border-color: rgb(176,229,214); }
td.TdClassName
{
border-color: #B0E5D6;
}
.TagClassName
{
border-color: #B0E5D6;
}
</style>