Shades of Ice Cold #B1E2D9
Tints of Ice Cold #B1E2D9
RGB
CMYK
RGB Variations
Color information
#B1E2D9 (or 0xB1E2D9) is known color: Ice Cold. HEX triplet: B1, E2 and D9. RGB value is (177,226,217). Sum of RGB (Red+Green+Blue) = 177+226+217=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #B1E2D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E2D9 is #4E1D26. Grayscale: #D2D2D2. Windows color (decimal): -5119271 or 14279345. OLE color: 14279345.
HSL color Cylindrical-coordinate representation of color #B1E2D9: hue angle of 168.98º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1E2D9 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 226 | 217 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.11 |
| HSL | 168.98º | 0.46% | 0.79% | - |
| HSV(B) | 168.98º | 0.22% | 0.89% | - |
| XYZ | 57.85 | 68.75 | 75.87 | - |
| YUV | 210.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 226 | 217 | 0.22 | 0 | 0.04 | 0.11 | 168.98 | 0.46 | 0.79 |
| Hex | B1 | E2 | D9 | 16 | 0 | 4 | B | A9 | 2E | 4F |
| Octal | 261 | 342 | 331 | 26 | 0 | 4 | 13 | 251 | 56 | 117 |
| Binary | 10110001 | 11100010 | 11011001 | 10110 | 0 | 100 | 1011 | 10101001 | 101110 | 1001111 |
Color Harmonies of #B1E2D9
Complementary color
Monochromatic Colors of #B1E2D9
Black with #B1E2D9
Text Example
Text Example
White with #B1E2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E2D9; }
p { color: rgb(177,226,217); }
H1.HeaderClassName
{
color: #B1E2D9;
}
.AnyTagClassName
{
color: #B1E2D9;
}
</style>
background-color css
<style>
a { background-color: #B1E2D9; }
a { background-color: rgb(177,226,217); }
div.DivClassName
{
background-color: #B1E2D9;
}
.BgClassName
{
background-color: #B1E2D9;
}
</style>
border-color css
<style>
span { border-color: #B1E2D9; }
span { border-color: rgb(177,226,217); }
td.TdClassName
{
border-color: #B1E2D9;
}
.TagClassName
{
border-color: #B1E2D9;
}
</style>