Shades of Ice Cold #B0DFD4
Tints of Ice Cold #B0DFD4
RGB
CMYK
RGB Variations
Color information
#B0DFD4 (or 0xB0DFD4) is known color: Ice Cold. HEX triplet: B0, DF and D4. RGB value is (176,223,212). Sum of RGB (Red+Green+Blue) = 176+223+212=611 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.81% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFD4 is #4F202B. Grayscale: #CFCFCF. Windows color (decimal): -5185580 or 13950896. OLE color: 13950896.
HSL color Cylindrical-coordinate representation of color #B0DFD4: hue angle of 165.96º 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 #B0DFD4 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 212 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.13 |
| HSL | 165.96º | 0.42% | 0.78% | - |
| HSV(B) | 165.96º | 0.21% | 0.87% | - |
| XYZ | 56.18 | 66.76 | 72.21 | - |
| YUV | 207.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 212 | 0.21 | 0 | 0.05 | 0.13 | 165.96 | 0.42 | 0.78 |
| Hex | B0 | DF | D4 | 15 | 0 | 5 | D | A6 | 2A | 4E |
| Octal | 260 | 337 | 324 | 25 | 0 | 5 | 15 | 246 | 52 | 116 |
| Binary | 10110000 | 11011111 | 11010100 | 10101 | 0 | 101 | 1101 | 10100110 | 101010 | 1001110 |
Color Harmonies of #B0DFD4
Complementary color
Monochromatic Colors of #B0DFD4
Black with #B0DFD4
Text Example
Text Example
White with #B0DFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DFD4; }
p { color: rgb(176,223,212); }
H1.HeaderClassName
{
color: #B0DFD4;
}
.AnyTagClassName
{
color: #B0DFD4;
}
</style>
background-color css
<style>
a { background-color: #B0DFD4; }
a { background-color: rgb(176,223,212); }
div.DivClassName
{
background-color: #B0DFD4;
}
.BgClassName
{
background-color: #B0DFD4;
}
</style>
border-color css
<style>
span { border-color: #B0DFD4; }
span { border-color: rgb(176,223,212); }
td.TdClassName
{
border-color: #B0DFD4;
}
.TagClassName
{
border-color: #B0DFD4;
}
</style>