Shades of Aero Blue #BEE2CE
Tints of Aero Blue #BEE2CE
RGB
CMYK
RGB Variations
Color information
#BEE2CE (or 0xBEE2CE) is known color: Aero Blue. HEX triplet: BE, E2 and CE. RGB value is (190,226,206). Sum of RGB (Red+Green+Blue) = 190+226+206=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE2CE is #411D31. Grayscale: #D5D5D5. Windows color (decimal): -4267314 or 13558462. OLE color: 13558462.
HSL color Cylindrical-coordinate representation of color #BEE2CE: hue angle of 146.67º degrees, saturation: 0.38, 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 #BEE2CE is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 206 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.11 |
| HSL | 146.67º | 0.38% | 0.82% | - |
| HSV(B) | 146.67º | 0.16% | 0.89% | - |
| XYZ | 59.57 | 69.8 | 68.72 | - |
| YUV | 212.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 206 | 0.16 | 0 | 0.09 | 0.11 | 146.67 | 0.38 | 0.82 |
| Hex | BE | E2 | CE | 10 | 0 | 9 | B | 93 | 26 | 52 |
| Octal | 276 | 342 | 316 | 20 | 0 | 11 | 13 | 223 | 46 | 122 |
| Binary | 10111110 | 11100010 | 11001110 | 10000 | 0 | 1001 | 1011 | 10010011 | 100110 | 1010010 |
Color Harmonies of #BEE2CE
Complementary color
Monochromatic Colors of #BEE2CE
Black with #BEE2CE
Text Example
Text Example
White with #BEE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE2CE; }
p { color: rgb(190,226,206); }
H1.HeaderClassName
{
color: #BEE2CE;
}
.AnyTagClassName
{
color: #BEE2CE;
}
</style>
background-color css
<style>
a { background-color: #BEE2CE; }
a { background-color: rgb(190,226,206); }
div.DivClassName
{
background-color: #BEE2CE;
}
.BgClassName
{
background-color: #BEE2CE;
}
</style>
border-color css
<style>
span { border-color: #BEE2CE; }
span { border-color: rgb(190,226,206); }
td.TdClassName
{
border-color: #BEE2CE;
}
.TagClassName
{
border-color: #BEE2CE;
}
</style>