Shades of Ice Cold #B3E2D9
Tints of Ice Cold #B3E2D9
RGB
CMYK
RGB Variations
Color information
#B3E2D9 (or 0xB3E2D9) is known color: Ice Cold. HEX triplet: B3, E2 and D9. RGB value is (179,226,217). Sum of RGB (Red+Green+Blue) = 179+226+217=622 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.78% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 226 - color contains mainly: green. Hex color #B3E2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E2D9 is #4C1D26. Grayscale: #D2D2D2. Windows color (decimal): -4988199 or 14279347. OLE color: 14279347.
HSL color Cylindrical-coordinate representation of color #B3E2D9: hue angle of 168.51º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3E2D9 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 226 | 217 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.11 |
| HSL | 168.51º | 0.45% | 0.79% | - |
| HSV(B) | 168.51º | 0.21% | 0.89% | - |
| XYZ | 58.31 | 68.99 | 75.89 | - |
| YUV | 210.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 226 | 217 | 0.21 | 0 | 0.04 | 0.11 | 168.51 | 0.45 | 0.79 |
| Hex | B3 | E2 | D9 | 15 | 0 | 4 | B | A9 | 2D | 4F |
| Octal | 263 | 342 | 331 | 25 | 0 | 4 | 13 | 251 | 55 | 117 |
| Binary | 10110011 | 11100010 | 11011001 | 10101 | 0 | 100 | 1011 | 10101001 | 101101 | 1001111 |
Color Harmonies of #B3E2D9
Complementary color
Monochromatic Colors of #B3E2D9
Black with #B3E2D9
Text Example
Text Example
White with #B3E2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E2D9; }
p { color: rgb(179,226,217); }
H1.HeaderClassName
{
color: #B3E2D9;
}
.AnyTagClassName
{
color: #B3E2D9;
}
</style>
background-color css
<style>
a { background-color: #B3E2D9; }
a { background-color: rgb(179,226,217); }
div.DivClassName
{
background-color: #B3E2D9;
}
.BgClassName
{
background-color: #B3E2D9;
}
</style>
border-color css
<style>
span { border-color: #B3E2D9; }
span { border-color: rgb(179,226,217); }
td.TdClassName
{
border-color: #B3E2D9;
}
.TagClassName
{
border-color: #B3E2D9;
}
</style>