Shades of Ice Cold #B2E0DB
Tints of Ice Cold #B2E0DB
RGB
CMYK
RGB Variations
Color information
#B2E0DB (or 0xB2E0DB) is known color: Ice Cold. HEX triplet: B2, E0 and DB. RGB value is (178,224,219). Sum of RGB (Red+Green+Blue) = 178+224+219=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E0DB is #4D1F24. Grayscale: #D1D1D1. Windows color (decimal): -5054245 or 14409906. OLE color: 14409906.
HSL color Cylindrical-coordinate representation of color #B2E0DB: hue angle of 173.48º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2E0DB is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 219 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.12 |
| HSL | 173.48º | 0.43% | 0.79% | - |
| HSV(B) | 173.48º | 0.21% | 0.88% | - |
| XYZ | 57.8 | 67.89 | 77.08 | - |
| YUV | 209.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 219 | 0.21 | 0 | 0.02 | 0.12 | 173.48 | 0.43 | 0.79 |
| Hex | B2 | E0 | DB | 15 | 0 | 2 | C | AD | 2B | 4F |
| Octal | 262 | 340 | 333 | 25 | 0 | 2 | 14 | 255 | 53 | 117 |
| Binary | 10110010 | 11100000 | 11011011 | 10101 | 0 | 10 | 1100 | 10101101 | 101011 | 1001111 |
Color Harmonies of #B2E0DB
Complementary color
Monochromatic Colors of #B2E0DB
Black with #B2E0DB
Text Example
Text Example
White with #B2E0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E0DB; }
p { color: rgb(178,224,219); }
H1.HeaderClassName
{
color: #B2E0DB;
}
.AnyTagClassName
{
color: #B2E0DB;
}
</style>
background-color css
<style>
a { background-color: #B2E0DB; }
a { background-color: rgb(178,224,219); }
div.DivClassName
{
background-color: #B2E0DB;
}
.BgClassName
{
background-color: #B2E0DB;
}
</style>
border-color css
<style>
span { border-color: #B2E0DB; }
span { border-color: rgb(178,224,219); }
td.TdClassName
{
border-color: #B2E0DB;
}
.TagClassName
{
border-color: #B2E0DB;
}
</style>