Shades of Ice Cold #B0DFD6
Tints of Ice Cold #B0DFD6
RGB
CMYK
RGB Variations
Color information
#B0DFD6 (or 0xB0DFD6) is known color: Ice Cold. HEX triplet: B0, DF and D6. RGB value is (176,223,214). Sum of RGB (Red+Green+Blue) = 176+223+214=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFD6 is #4F2029. Grayscale: #CFCFCF. Windows color (decimal): -5185578 or 14081968. OLE color: 14081968.
HSL color Cylindrical-coordinate representation of color #B0DFD6: hue angle of 168.51º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DFD6 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 214 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.13 |
| HSL | 168.51º | 0.42% | 0.78% | - |
| HSV(B) | 168.51º | 0.21% | 0.87% | - |
| XYZ | 56.43 | 66.86 | 73.55 | - |
| YUV | 207.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 214 | 0.21 | 0 | 0.04 | 0.13 | 168.51 | 0.42 | 0.78 |
| Hex | B0 | DF | D6 | 15 | 0 | 4 | D | A9 | 2A | 4E |
| Octal | 260 | 337 | 326 | 25 | 0 | 4 | 15 | 251 | 52 | 116 |
| Binary | 10110000 | 11011111 | 11010110 | 10101 | 0 | 100 | 1101 | 10101001 | 101010 | 1001110 |
Color Harmonies of #B0DFD6
Complementary color
Monochromatic Colors of #B0DFD6
Black with #B0DFD6
Text Example
Text Example
White with #B0DFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DFD6; }
p { color: rgb(176,223,214); }
H1.HeaderClassName
{
color: #B0DFD6;
}
.AnyTagClassName
{
color: #B0DFD6;
}
</style>
background-color css
<style>
a { background-color: #B0DFD6; }
a { background-color: rgb(176,223,214); }
div.DivClassName
{
background-color: #B0DFD6;
}
.BgClassName
{
background-color: #B0DFD6;
}
</style>
border-color css
<style>
span { border-color: #B0DFD6; }
span { border-color: rgb(176,223,214); }
td.TdClassName
{
border-color: #B0DFD6;
}
.TagClassName
{
border-color: #B0DFD6;
}
</style>