Shades of Ice Cold #B4E0D9
Tints of Ice Cold #B4E0D9
RGB
CMYK
RGB Variations
Color information
#B4E0D9 (or 0xB4E0D9) is known color: Ice Cold. HEX triplet: B4, E0 and D9. RGB value is (180,224,217). Sum of RGB (Red+Green+Blue) = 180+224+217=621 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.99% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #B4E0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E0D9 is #4B1F26. Grayscale: #D2D2D2. Windows color (decimal): -4923175 or 14278836. OLE color: 14278836.
HSL color Cylindrical-coordinate representation of color #B4E0D9: hue angle of 170.45º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4E0D9 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 224 | 217 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.12 |
| HSL | 170.45º | 0.42% | 0.79% | - |
| HSV(B) | 170.45º | 0.2% | 0.88% | - |
| XYZ | 58 | 68.02 | 75.72 | - |
| YUV | 210.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 224 | 217 | 0.20 | 0 | 0.03 | 0.12 | 170.45 | 0.42 | 0.79 |
| Hex | B4 | E0 | D9 | 14 | 0 | 3 | C | AA | 2A | 4F |
| Octal | 264 | 340 | 331 | 24 | 0 | 3 | 14 | 252 | 52 | 117 |
| Binary | 10110100 | 11100000 | 11011001 | 10100 | 0 | 11 | 1100 | 10101010 | 101010 | 1001111 |
Color Harmonies of #B4E0D9
Complementary color
Monochromatic Colors of #B4E0D9
Black with #B4E0D9
Text Example
Text Example
White with #B4E0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E0D9; }
p { color: rgb(180,224,217); }
H1.HeaderClassName
{
color: #B4E0D9;
}
.AnyTagClassName
{
color: #B4E0D9;
}
</style>
background-color css
<style>
a { background-color: #B4E0D9; }
a { background-color: rgb(180,224,217); }
div.DivClassName
{
background-color: #B4E0D9;
}
.BgClassName
{
background-color: #B4E0D9;
}
</style>
border-color css
<style>
span { border-color: #B4E0D9; }
span { border-color: rgb(180,224,217); }
td.TdClassName
{
border-color: #B4E0D9;
}
.TagClassName
{
border-color: #B4E0D9;
}
</style>