Shades of Jagged Ice #BEE0DD
Tints of Jagged Ice #BEE0DD
RGB
CMYK
RGB Variations
Color information
#BEE0DD (or 0xBEE0DD) is known color: Jagged Ice. HEX triplet: BE, E0 and DD. RGB value is (190,224,221). Sum of RGB (Red+Green+Blue) = 190+224+221=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0DD is #411F22. Grayscale: #D5D5D5. Windows color (decimal): -4267811 or 14540990. OLE color: 14540990.
HSL color Cylindrical-coordinate representation of color #BEE0DD: hue angle of 174.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEE0DD is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 221 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.12 |
| HSL | 174.71º | 0.35% | 0.81% | - |
| HSV(B) | 174.71º | 0.15% | 0.88% | - |
| XYZ | 60.94 | 69.48 | 78.61 | - |
| YUV | 213.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 221 | 0.15 | 0 | 0.01 | 0.12 | 174.71 | 0.35 | 0.81 |
| Hex | BE | E0 | DD | F | 0 | 1 | C | AF | 23 | 51 |
| Octal | 276 | 340 | 335 | 17 | 0 | 1 | 14 | 257 | 43 | 121 |
| Binary | 10111110 | 11100000 | 11011101 | 1111 | 0 | 1 | 1100 | 10101111 | 100011 | 1010001 |
Color Harmonies of #BEE0DD
Complementary color
Monochromatic Colors of #BEE0DD
Black with #BEE0DD
Text Example
Text Example
White with #BEE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE0DD; }
p { color: rgb(190,224,221); }
H1.HeaderClassName
{
color: #BEE0DD;
}
.AnyTagClassName
{
color: #BEE0DD;
}
</style>
background-color css
<style>
a { background-color: #BEE0DD; }
a { background-color: rgb(190,224,221); }
div.DivClassName
{
background-color: #BEE0DD;
}
.BgClassName
{
background-color: #BEE0DD;
}
</style>
border-color css
<style>
span { border-color: #BEE0DD; }
span { border-color: rgb(190,224,221); }
td.TdClassName
{
border-color: #BEE0DD;
}
.TagClassName
{
border-color: #BEE0DD;
}
</style>