Shades of Ice Cold #B3E2D7
Tints of Ice Cold #B3E2D7
RGB
CMYK
RGB Variations
Color information
#B3E2D7 (or 0xB3E2D7) is known color: Ice Cold. HEX triplet: B3, E2 and D7. RGB value is (179,226,215). Sum of RGB (Red+Green+Blue) = 179+226+215=620 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.87% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #B3E2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E2D7 is #4C1D28. Grayscale: #D2D2D2. Windows color (decimal): -4988201 or 14148275. OLE color: 14148275.
HSL color Cylindrical-coordinate representation of color #B3E2D7: hue angle of 165.96º 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 #B3E2D7 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 226 | 215 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.11 |
| HSL | 165.96º | 0.45% | 0.79% | - |
| HSV(B) | 165.96º | 0.21% | 0.89% | - |
| XYZ | 58.05 | 68.88 | 74.53 | - |
| YUV | 210.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 226 | 215 | 0.21 | 0 | 0.05 | 0.11 | 165.96 | 0.45 | 0.79 |
| Hex | B3 | E2 | D7 | 15 | 0 | 5 | B | A6 | 2D | 4F |
| Octal | 263 | 342 | 327 | 25 | 0 | 5 | 13 | 246 | 55 | 117 |
| Binary | 10110011 | 11100010 | 11010111 | 10101 | 0 | 101 | 1011 | 10100110 | 101101 | 1001111 |
Color Harmonies of #B3E2D7
Complementary color
Monochromatic Colors of #B3E2D7
Black with #B3E2D7
Text Example
Text Example
White with #B3E2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E2D7; }
p { color: rgb(179,226,215); }
H1.HeaderClassName
{
color: #B3E2D7;
}
.AnyTagClassName
{
color: #B3E2D7;
}
</style>
background-color css
<style>
a { background-color: #B3E2D7; }
a { background-color: rgb(179,226,215); }
div.DivClassName
{
background-color: #B3E2D7;
}
.BgClassName
{
background-color: #B3E2D7;
}
</style>
border-color css
<style>
span { border-color: #B3E2D7; }
span { border-color: rgb(179,226,215); }
td.TdClassName
{
border-color: #B3E2D7;
}
.TagClassName
{
border-color: #B3E2D7;
}
</style>