Shades of Ice Cold #B0DFD3
Tints of Ice Cold #B0DFD3
RGB
CMYK
RGB Variations
Color information
#B0DFD3 (or 0xB0DFD3) is known color: Ice Cold. HEX triplet: B0, DF and D3. RGB value is (176,223,211). Sum of RGB (Red+Green+Blue) = 176+223+211=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFD3 is #4F202C. Grayscale: #CFCFCF. Windows color (decimal): -5185581 or 13885360. OLE color: 13885360.
HSL color Cylindrical-coordinate representation of color #B0DFD3: hue angle of 164.68º 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 #B0DFD3 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 211 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.13 |
| HSL | 164.68º | 0.42% | 0.78% | - |
| HSV(B) | 164.68º | 0.21% | 0.87% | - |
| XYZ | 56.05 | 66.71 | 71.55 | - |
| YUV | 207.58 | 129.93 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 211 | 0.21 | 0 | 0.05 | 0.13 | 164.68 | 0.42 | 0.78 |
| Hex | B0 | DF | D3 | 15 | 0 | 5 | D | A5 | 2A | 4E |
| Octal | 260 | 337 | 323 | 25 | 0 | 5 | 15 | 245 | 52 | 116 |
| Binary | 10110000 | 11011111 | 11010011 | 10101 | 0 | 101 | 1101 | 10100101 | 101010 | 1001110 |
Color Harmonies of #B0DFD3
Complementary color
Monochromatic Colors of #B0DFD3
Black with #B0DFD3
Text Example
Text Example
White with #B0DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DFD3; }
p { color: rgb(176,223,211); }
H1.HeaderClassName
{
color: #B0DFD3;
}
.AnyTagClassName
{
color: #B0DFD3;
}
</style>
background-color css
<style>
a { background-color: #B0DFD3; }
a { background-color: rgb(176,223,211); }
div.DivClassName
{
background-color: #B0DFD3;
}
.BgClassName
{
background-color: #B0DFD3;
}
</style>
border-color css
<style>
span { border-color: #B0DFD3; }
span { border-color: rgb(176,223,211); }
td.TdClassName
{
border-color: #B0DFD3;
}
.TagClassName
{
border-color: #B0DFD3;
}
</style>