Shades of Ice Cold #B6E0DC
Tints of Ice Cold #B6E0DC
RGB
CMYK
RGB Variations
Color information
#B6E0DC (or 0xB6E0DC) is known color: Ice Cold. HEX triplet: B6, E0 and DC. RGB value is (182,224,220). Sum of RGB (Red+Green+Blue) = 182+224+220=626 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.07% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E0DC is #491F23. Grayscale: #D2D2D2. Windows color (decimal): -4792100 or 14475446. OLE color: 14475446.
HSL color Cylindrical-coordinate representation of color #B6E0DC: hue angle of 174.29º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6E0DC is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 224 | 220 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.12 |
| HSL | 174.29º | 0.4% | 0.8% | - |
| HSV(B) | 174.29º | 0.19% | 0.88% | - |
| XYZ | 58.87 | 68.42 | 77.81 | - |
| YUV | 210.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 224 | 220 | 0.19 | 0 | 0.02 | 0.12 | 174.29 | 0.4 | 0.8 |
| Hex | B6 | E0 | DC | 13 | 0 | 2 | C | AE | 28 | 50 |
| Octal | 266 | 340 | 334 | 23 | 0 | 2 | 14 | 256 | 50 | 120 |
| Binary | 10110110 | 11100000 | 11011100 | 10011 | 0 | 10 | 1100 | 10101110 | 101000 | 1010000 |
Color Harmonies of #B6E0DC
Complementary color
Monochromatic Colors of #B6E0DC
Black with #B6E0DC
Text Example
Text Example
White with #B6E0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E0DC; }
p { color: rgb(182,224,220); }
H1.HeaderClassName
{
color: #B6E0DC;
}
.AnyTagClassName
{
color: #B6E0DC;
}
</style>
background-color css
<style>
a { background-color: #B6E0DC; }
a { background-color: rgb(182,224,220); }
div.DivClassName
{
background-color: #B6E0DC;
}
.BgClassName
{
background-color: #B6E0DC;
}
</style>
border-color css
<style>
span { border-color: #B6E0DC; }
span { border-color: rgb(182,224,220); }
td.TdClassName
{
border-color: #B6E0DC;
}
.TagClassName
{
border-color: #B6E0DC;
}
</style>