Shades of Jagged Ice #BEE0DC
Tints of Jagged Ice #BEE0DC
RGB
CMYK
RGB Variations
Color information
#BEE0DC (or 0xBEE0DC) is known color: Jagged Ice. HEX triplet: BE, E0 and DC. RGB value is (190,224,220). Sum of RGB (Red+Green+Blue) = 190+224+220=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0DC is #411F23. Grayscale: #D5D5D5. Windows color (decimal): -4267812 or 14475454. OLE color: 14475454.
HSL color Cylindrical-coordinate representation of color #BEE0DC: hue angle of 172.94º 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 #BEE0DC is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 220 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.12 |
| HSL | 172.94º | 0.35% | 0.81% | - |
| HSV(B) | 172.94º | 0.15% | 0.88% | - |
| XYZ | 60.81 | 69.43 | 77.91 | - |
| YUV | 213.38 | 131.74 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 220 | 0.15 | 0 | 0.02 | 0.12 | 172.94 | 0.35 | 0.81 |
| Hex | BE | E0 | DC | F | 0 | 2 | C | AD | 23 | 51 |
| Octal | 276 | 340 | 334 | 17 | 0 | 2 | 14 | 255 | 43 | 121 |
| Binary | 10111110 | 11100000 | 11011100 | 1111 | 0 | 10 | 1100 | 10101101 | 100011 | 1010001 |
Color Harmonies of #BEE0DC
Complementary color
Monochromatic Colors of #BEE0DC
Black with #BEE0DC
Text Example
Text Example
White with #BEE0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE0DC; }
p { color: rgb(190,224,220); }
H1.HeaderClassName
{
color: #BEE0DC;
}
.AnyTagClassName
{
color: #BEE0DC;
}
</style>
background-color css
<style>
a { background-color: #BEE0DC; }
a { background-color: rgb(190,224,220); }
div.DivClassName
{
background-color: #BEE0DC;
}
.BgClassName
{
background-color: #BEE0DC;
}
</style>
border-color css
<style>
span { border-color: #BEE0DC; }
span { border-color: rgb(190,224,220); }
td.TdClassName
{
border-color: #BEE0DC;
}
.TagClassName
{
border-color: #BEE0DC;
}
</style>