Shades of Jagged Ice #BEE3E1
Tints of Jagged Ice #BEE3E1
RGB
CMYK
RGB Variations
Color information
#BEE3E1 (or 0xBEE3E1) is known color: Jagged Ice. HEX triplet: BE, E3 and E1. RGB value is (190,227,225). Sum of RGB (Red+Green+Blue) = 190+227+225=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE3E1 is #411C1E. Grayscale: #D7D7D7. Windows color (decimal): -4267039 or 14803902. OLE color: 14803902.
HSL color Cylindrical-coordinate representation of color #BEE3E1: hue angle of 176.76º 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 #BEE3E1 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 225 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.11 |
| HSL | 176.76º | 0.4% | 0.82% | - |
| HSV(B) | 176.76º | 0.16% | 0.89% | - |
| XYZ | 62.29 | 71.32 | 81.72 | - |
| YUV | 215.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 225 | 0.16 | 0 | 0.01 | 0.11 | 176.76 | 0.4 | 0.82 |
| Hex | BE | E3 | E1 | 10 | 0 | 1 | B | B1 | 28 | 52 |
| Octal | 276 | 343 | 341 | 20 | 0 | 1 | 13 | 261 | 50 | 122 |
| Binary | 10111110 | 11100011 | 11100001 | 10000 | 0 | 1 | 1011 | 10110001 | 101000 | 1010010 |
Color Harmonies of #BEE3E1
Complementary color
Monochromatic Colors of #BEE3E1
Black with #BEE3E1
Text Example
Text Example
White with #BEE3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE3E1; }
p { color: rgb(190,227,225); }
H1.HeaderClassName
{
color: #BEE3E1;
}
.AnyTagClassName
{
color: #BEE3E1;
}
</style>
background-color css
<style>
a { background-color: #BEE3E1; }
a { background-color: rgb(190,227,225); }
div.DivClassName
{
background-color: #BEE3E1;
}
.BgClassName
{
background-color: #BEE3E1;
}
</style>
border-color css
<style>
span { border-color: #BEE3E1; }
span { border-color: rgb(190,227,225); }
td.TdClassName
{
border-color: #BEE3E1;
}
.TagClassName
{
border-color: #BEE3E1;
}
</style>