Shades of Ice Cold #B6E2DA
Tints of Ice Cold #B6E2DA
RGB
CMYK
RGB Variations
Color information
#B6E2DA (or 0xB6E2DA) is known color: Ice Cold. HEX triplet: B6, E2 and DA. RGB value is (182,226,218). Sum of RGB (Red+Green+Blue) = 182+226+218=626 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.07% from 626); Green value is 226 (88.67% from 255 or 36.10% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 226 - color contains mainly: green. Hex color #B6E2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E2DA is #491D25. Grayscale: #D3D3D3. Windows color (decimal): -4791590 or 14344886. OLE color: 14344886.
HSL color Cylindrical-coordinate representation of color #B6E2DA: hue angle of 169.09º degrees, saturation: 0.43, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6E2DA is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 182 | 226 | 218 | - |
CMYK | 0.19 | 0 | 0.04 | 0.11 |
HSL | 169.09º | 0.43% | 0.8% | - |
HSV(B) | 169.09º | 0.19% | 0.89% | - |
XYZ | 59.14 | 69.4 | 76.61 | - |
YUV | 211.93 | 131.42 | 106.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 226 | 218 | 0.19 | 0 | 0.04 | 0.11 | 169.09 | 0.43 | 0.8 |
Hex | B6 | E2 | DA | 13 | 0 | 4 | B | A9 | 2B | 50 |
Octal | 266 | 342 | 332 | 23 | 0 | 4 | 13 | 251 | 53 | 120 |
Binary | 10110110 | 11100010 | 11011010 | 10011 | 0 | 100 | 1011 | 10101001 | 101011 | 1010000 |
Color Harmonies of #B6E2DA
Complementary color
Monochromatic Colors of #B6E2DA
Black with #B6E2DA
Text Example
Text Example
White with #B6E2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E2DA; }
p { color: rgb(182,226,218); }
H1.HeaderClassName
{
color: #B6E2DA;
}
.AnyTagClassName
{
color: #B6E2DA;
}
</style>
background-color css
<style>
a { background-color: #B6E2DA; }
a { background-color: rgb(182,226,218); }
div.DivClassName
{
background-color: #B6E2DA;
}
.BgClassName
{
background-color: #B6E2DA;
}
</style>
border-color css
<style>
span { border-color: #B6E2DA; }
span { border-color: rgb(182,226,218); }
td.TdClassName
{
border-color: #B6E2DA;
}
.TagClassName
{
border-color: #B6E2DA;
}
</style>