Shades of Ice Cold #B4E1DD
Tints of Ice Cold #B4E1DD
RGB
CMYK
RGB Variations
Color information
#B4E1DD (or 0xB4E1DD) is known color: Ice Cold. HEX triplet: B4, E1 and DD. RGB value is (180,225,221). Sum of RGB (Red+Green+Blue) = 180+225+221=626 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.75% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E1DD is #4B1E22. Grayscale: #D3D3D3. Windows color (decimal): -4922915 or 14541236. OLE color: 14541236.
HSL color Cylindrical-coordinate representation of color #B4E1DD: hue angle of 174.67º degrees, saturation: 0.43, 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 #B4E1DD is Cyan = 0.2, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 225 | 221 | - |
| CMYK | 0.2 | 0 | 0.02 | 0.12 |
| HSL | 174.67º | 0.43% | 0.79% | - |
| HSV(B) | 174.67º | 0.2% | 0.88% | - |
| XYZ | 58.8 | 68.77 | 78.58 | - |
| YUV | 211.09 | 133.59 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 225 | 221 | 0.2 | 0 | 0.02 | 0.12 | 174.67 | 0.43 | 0.79 |
| Hex | B4 | E1 | DD | 14 | 0 | 2 | C | AF | 2B | 4F |
| Octal | 264 | 341 | 335 | 24 | 0 | 2 | 14 | 257 | 53 | 117 |
| Binary | 10110100 | 11100001 | 11011101 | 10100 | 0 | 10 | 1100 | 10101111 | 101011 | 1001111 |
Color Harmonies of #B4E1DD
Complementary color
Monochromatic Colors of #B4E1DD
Black with #B4E1DD
Text Example
Text Example
White with #B4E1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E1DD; }
p { color: rgb(180,225,221); }
H1.HeaderClassName
{
color: #B4E1DD;
}
.AnyTagClassName
{
color: #B4E1DD;
}
</style>
background-color css
<style>
a { background-color: #B4E1DD; }
a { background-color: rgb(180,225,221); }
div.DivClassName
{
background-color: #B4E1DD;
}
.BgClassName
{
background-color: #B4E1DD;
}
</style>
border-color css
<style>
span { border-color: #B4E1DD; }
span { border-color: rgb(180,225,221); }
td.TdClassName
{
border-color: #B4E1DD;
}
.TagClassName
{
border-color: #B4E1DD;
}
</style>