Shades of Jagged Ice #BEE3DD
Tints of Jagged Ice #BEE3DD
RGB
CMYK
RGB Variations
Color information
#BEE3DD (or 0xBEE3DD) is known color: Jagged Ice. HEX triplet: BE, E3 and DD. RGB value is (190,227,221). Sum of RGB (Red+Green+Blue) = 190+227+221=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE3DD is #411C22. Grayscale: #D7D7D7. Windows color (decimal): -4267043 or 14541758. OLE color: 14541758.
HSL color Cylindrical-coordinate representation of color #BEE3DD: hue angle of 170.27º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE3DD is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 221 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.11 |
| HSL | 170.27º | 0.4% | 0.82% | - |
| HSV(B) | 170.27º | 0.16% | 0.89% | - |
| XYZ | 61.76 | 71.11 | 78.88 | - |
| YUV | 215.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 221 | 0.16 | 0 | 0.03 | 0.11 | 170.27 | 0.4 | 0.82 |
| Hex | BE | E3 | DD | 10 | 0 | 3 | B | AA | 28 | 52 |
| Octal | 276 | 343 | 335 | 20 | 0 | 3 | 13 | 252 | 50 | 122 |
| Binary | 10111110 | 11100011 | 11011101 | 10000 | 0 | 11 | 1011 | 10101010 | 101000 | 1010010 |
Color Harmonies of #BEE3DD
Complementary color
Monochromatic Colors of #BEE3DD
Black with #BEE3DD
Text Example
Text Example
White with #BEE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE3DD; }
p { color: rgb(190,227,221); }
H1.HeaderClassName
{
color: #BEE3DD;
}
.AnyTagClassName
{
color: #BEE3DD;
}
</style>
background-color css
<style>
a { background-color: #BEE3DD; }
a { background-color: rgb(190,227,221); }
div.DivClassName
{
background-color: #BEE3DD;
}
.BgClassName
{
background-color: #BEE3DD;
}
</style>
border-color css
<style>
span { border-color: #BEE3DD; }
span { border-color: rgb(190,227,221); }
td.TdClassName
{
border-color: #BEE3DD;
}
.TagClassName
{
border-color: #BEE3DD;
}
</style>