Shades of Ice Cold #B2E6DC
Tints of Ice Cold #B2E6DC
RGB
CMYK
RGB Variations
Color information
#B2E6DC (or 0xB2E6DC) is known color: Ice Cold. HEX triplet: B2, E6 and DC. RGB value is (178,230,220). Sum of RGB (Red+Green+Blue) = 178+230+220=628 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.34% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E6DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E6DC is #4D1923. Grayscale: #D5D5D5. Windows color (decimal): -5052708 or 14476978. OLE color: 14476978.
HSL color Cylindrical-coordinate representation of color #B2E6DC: hue angle of 168.46º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2E6DC is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 230 | 220 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.10 |
| HSL | 168.46º | 0.51% | 0.8% | - |
| HSV(B) | 168.46º | 0.23% | 0.9% | - |
| XYZ | 59.58 | 71.23 | 78.32 | - |
| YUV | 213.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 230 | 220 | 0.23 | 0 | 0.04 | 0.10 | 168.46 | 0.51 | 0.8 |
| Hex | B2 | E6 | DC | 17 | 0 | 4 | A | A8 | 33 | 50 |
| Octal | 262 | 346 | 334 | 27 | 0 | 4 | 12 | 250 | 63 | 120 |
| Binary | 10110010 | 11100110 | 11011100 | 10111 | 0 | 100 | 1010 | 10101000 | 110011 | 1010000 |
Color Harmonies of #B2E6DC
Complementary color
Monochromatic Colors of #B2E6DC
Black with #B2E6DC
Text Example
Text Example
White with #B2E6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E6DC; }
p { color: rgb(178,230,220); }
H1.HeaderClassName
{
color: #B2E6DC;
}
.AnyTagClassName
{
color: #B2E6DC;
}
</style>
background-color css
<style>
a { background-color: #B2E6DC; }
a { background-color: rgb(178,230,220); }
div.DivClassName
{
background-color: #B2E6DC;
}
.BgClassName
{
background-color: #B2E6DC;
}
</style>
border-color css
<style>
span { border-color: #B2E6DC; }
span { border-color: rgb(178,230,220); }
td.TdClassName
{
border-color: #B2E6DC;
}
.TagClassName
{
border-color: #B2E6DC;
}
</style>