Shades of Jagged Ice #BEE0DB
Tints of Jagged Ice #BEE0DB
RGB
CMYK
RGB Variations
Color information
#BEE0DB (or 0xBEE0DB) is known color: Jagged Ice. HEX triplet: BE, E0 and DB. RGB value is (190,224,219). Sum of RGB (Red+Green+Blue) = 190+224+219=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0DB is #411F24. Grayscale: #D5D5D5. Windows color (decimal): -4267813 or 14409918. OLE color: 14409918.
HSL color Cylindrical-coordinate representation of color #BEE0DB: hue angle of 171.18º 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 #BEE0DB is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 219 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.12 |
| HSL | 171.18º | 0.35% | 0.81% | - |
| HSV(B) | 171.18º | 0.15% | 0.88% | - |
| XYZ | 60.68 | 69.37 | 77.21 | - |
| YUV | 213.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 219 | 0.15 | 0 | 0.02 | 0.12 | 171.18 | 0.35 | 0.81 |
| Hex | BE | E0 | DB | F | 0 | 2 | C | AB | 23 | 51 |
| Octal | 276 | 340 | 333 | 17 | 0 | 2 | 14 | 253 | 43 | 121 |
| Binary | 10111110 | 11100000 | 11011011 | 1111 | 0 | 10 | 1100 | 10101011 | 100011 | 1010001 |
Color Harmonies of #BEE0DB
Complementary color
Monochromatic Colors of #BEE0DB
Black with #BEE0DB
Text Example
Text Example
White with #BEE0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE0DB; }
p { color: rgb(190,224,219); }
H1.HeaderClassName
{
color: #BEE0DB;
}
.AnyTagClassName
{
color: #BEE0DB;
}
</style>
background-color css
<style>
a { background-color: #BEE0DB; }
a { background-color: rgb(190,224,219); }
div.DivClassName
{
background-color: #BEE0DB;
}
.BgClassName
{
background-color: #BEE0DB;
}
</style>
border-color css
<style>
span { border-color: #BEE0DB; }
span { border-color: rgb(190,224,219); }
td.TdClassName
{
border-color: #BEE0DB;
}
.TagClassName
{
border-color: #BEE0DB;
}
</style>