Shades of Ice Cold #B1E2D8
Tints of Ice Cold #B1E2D8
RGB
CMYK
RGB Variations
Color information
#B1E2D8 (or 0xB1E2D8) is known color: Ice Cold. HEX triplet: B1, E2 and D8. RGB value is (177,226,216). Sum of RGB (Red+Green+Blue) = 177+226+216=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #B1E2D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E2D8 is #4E1D27. Grayscale: #D2D2D2. Windows color (decimal): -5119272 or 14213809. OLE color: 14213809.
HSL color Cylindrical-coordinate representation of color #B1E2D8: hue angle of 167.76º 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 #B1E2D8 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 226 | 216 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.11 |
| HSL | 167.76º | 0.46% | 0.79% | - |
| HSV(B) | 167.76º | 0.22% | 0.89% | - |
| XYZ | 57.72 | 68.7 | 75.18 | - |
| YUV | 210.21 | 131.27 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 226 | 216 | 0.22 | 0 | 0.04 | 0.11 | 167.76 | 0.46 | 0.79 |
| Hex | B1 | E2 | D8 | 16 | 0 | 4 | B | A8 | 2E | 4F |
| Octal | 261 | 342 | 330 | 26 | 0 | 4 | 13 | 250 | 56 | 117 |
| Binary | 10110001 | 11100010 | 11011000 | 10110 | 0 | 100 | 1011 | 10101000 | 101110 | 1001111 |
Color Harmonies of #B1E2D8
Complementary color
Monochromatic Colors of #B1E2D8
Black with #B1E2D8
Text Example
Text Example
White with #B1E2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E2D8; }
p { color: rgb(177,226,216); }
H1.HeaderClassName
{
color: #B1E2D8;
}
.AnyTagClassName
{
color: #B1E2D8;
}
</style>
background-color css
<style>
a { background-color: #B1E2D8; }
a { background-color: rgb(177,226,216); }
div.DivClassName
{
background-color: #B1E2D8;
}
.BgClassName
{
background-color: #B1E2D8;
}
</style>
border-color css
<style>
span { border-color: #B1E2D8; }
span { border-color: rgb(177,226,216); }
td.TdClassName
{
border-color: #B1E2D8;
}
.TagClassName
{
border-color: #B1E2D8;
}
</style>