Shades of Ice Cold #B4E2DB
Tints of Ice Cold #B4E2DB
RGB
CMYK
RGB Variations
Color information
#B4E2DB (or 0xB4E2DB) is known color: Ice Cold. HEX triplet: B4, E2 and DB. RGB value is (180,226,219). Sum of RGB (Red+Green+Blue) = 180+226+219=625 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.8% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 226 - color contains mainly: green. Hex color #B4E2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E2DB is #4B1D24. Grayscale: #D3D3D3. Windows color (decimal): -4922661 or 14410420. OLE color: 14410420.
HSL color Cylindrical-coordinate representation of color #B4E2DB: hue angle of 170.87º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4E2DB is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 226 | 219 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.11 |
| HSL | 170.87º | 0.44% | 0.8% | - |
| HSV(B) | 170.87º | 0.2% | 0.89% | - |
| XYZ | 58.8 | 69.21 | 77.28 | - |
| YUV | 211.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 226 | 219 | 0.20 | 0 | 0.03 | 0.11 | 170.87 | 0.44 | 0.8 |
| Hex | B4 | E2 | DB | 14 | 0 | 3 | B | AB | 2C | 50 |
| Octal | 264 | 342 | 333 | 24 | 0 | 3 | 13 | 253 | 54 | 120 |
| Binary | 10110100 | 11100010 | 11011011 | 10100 | 0 | 11 | 1011 | 10101011 | 101100 | 1010000 |
Color Harmonies of #B4E2DB
Complementary color
Monochromatic Colors of #B4E2DB
Black with #B4E2DB
Text Example
Text Example
White with #B4E2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E2DB; }
p { color: rgb(180,226,219); }
H1.HeaderClassName
{
color: #B4E2DB;
}
.AnyTagClassName
{
color: #B4E2DB;
}
</style>
background-color css
<style>
a { background-color: #B4E2DB; }
a { background-color: rgb(180,226,219); }
div.DivClassName
{
background-color: #B4E2DB;
}
.BgClassName
{
background-color: #B4E2DB;
}
</style>
border-color css
<style>
span { border-color: #B4E2DB; }
span { border-color: rgb(180,226,219); }
td.TdClassName
{
border-color: #B4E2DB;
}
.TagClassName
{
border-color: #B4E2DB;
}
</style>