Shades of Aero Blue #BEE5CE
Tints of Aero Blue #BEE5CE
RGB
CMYK
RGB Variations
Color information
#BEE5CE (or 0xBEE5CE) is known color: Aero Blue. HEX triplet: BE, E5 and CE. RGB value is (190,229,206). Sum of RGB (Red+Green+Blue) = 190+229+206=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE5CE is #411A31. Grayscale: #D6D6D6. Windows color (decimal): -4266546 or 13559230. OLE color: 13559230.
HSL color Cylindrical-coordinate representation of color #BEE5CE: hue angle of 144.62º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEE5CE is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 206 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.10 |
| HSL | 144.62º | 0.43% | 0.82% | - |
| HSV(B) | 144.62º | 0.17% | 0.9% | - |
| XYZ | 60.4 | 71.44 | 69 | - |
| YUV | 214.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 206 | 0.17 | 0 | 0.10 | 0.10 | 144.62 | 0.43 | 0.82 |
| Hex | BE | E5 | CE | 11 | 0 | A | A | 91 | 2B | 52 |
| Octal | 276 | 345 | 316 | 21 | 0 | 12 | 12 | 221 | 53 | 122 |
| Binary | 10111110 | 11100101 | 11001110 | 10001 | 0 | 1010 | 1010 | 10010001 | 101011 | 1010010 |
Color Harmonies of #BEE5CE
Complementary color
Monochromatic Colors of #BEE5CE
Black with #BEE5CE
Text Example
Text Example
White with #BEE5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE5CE; }
p { color: rgb(190,229,206); }
H1.HeaderClassName
{
color: #BEE5CE;
}
.AnyTagClassName
{
color: #BEE5CE;
}
</style>
background-color css
<style>
a { background-color: #BEE5CE; }
a { background-color: rgb(190,229,206); }
div.DivClassName
{
background-color: #BEE5CE;
}
.BgClassName
{
background-color: #BEE5CE;
}
</style>
border-color css
<style>
span { border-color: #BEE5CE; }
span { border-color: rgb(190,229,206); }
td.TdClassName
{
border-color: #BEE5CE;
}
.TagClassName
{
border-color: #BEE5CE;
}
</style>