Shades of Ice Cold #B6E0D9
Tints of Ice Cold #B6E0D9
RGB
CMYK
RGB Variations
Color information
#B6E0D9 (or 0xB6E0D9) is known color: Ice Cold. HEX triplet: B6, E0 and D9. RGB value is (182,224,217). Sum of RGB (Red+Green+Blue) = 182+224+217=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E0D9 is #491F26. Grayscale: #D2D2D2. Windows color (decimal): -4792103 or 14278838. OLE color: 14278838.
HSL color Cylindrical-coordinate representation of color #B6E0D9: hue angle of 170º 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 #B6E0D9 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 224 | 217 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.12 |
| HSL | 170º | 0.4% | 0.8% | - |
| HSV(B) | 170º | 0.19% | 0.88% | - |
| XYZ | 58.47 | 68.27 | 75.74 | - |
| YUV | 210.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 224 | 217 | 0.19 | 0 | 0.03 | 0.12 | 170 | 0.4 | 0.8 |
| Hex | B6 | E0 | D9 | 13 | 0 | 3 | C | AA | 28 | 50 |
| Octal | 266 | 340 | 331 | 23 | 0 | 3 | 14 | 252 | 50 | 120 |
| Binary | 10110110 | 11100000 | 11011001 | 10011 | 0 | 11 | 1100 | 10101010 | 101000 | 1010000 |
Color Harmonies of #B6E0D9
Complementary color
Monochromatic Colors of #B6E0D9
Black with #B6E0D9
Text Example
Text Example
White with #B6E0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E0D9; }
p { color: rgb(182,224,217); }
H1.HeaderClassName
{
color: #B6E0D9;
}
.AnyTagClassName
{
color: #B6E0D9;
}
</style>
background-color css
<style>
a { background-color: #B6E0D9; }
a { background-color: rgb(182,224,217); }
div.DivClassName
{
background-color: #B6E0D9;
}
.BgClassName
{
background-color: #B6E0D9;
}
</style>
border-color css
<style>
span { border-color: #B6E0D9; }
span { border-color: rgb(182,224,217); }
td.TdClassName
{
border-color: #B6E0D9;
}
.TagClassName
{
border-color: #B6E0D9;
}
</style>