Shades of Aero Blue #BEE1CE
Tints of Aero Blue #BEE1CE
RGB
CMYK
RGB Variations
Color information
#BEE1CE (or 0xBEE1CE) is known color: Aero Blue. HEX triplet: BE, E1 and CE. RGB value is (190,225,206). Sum of RGB (Red+Green+Blue) = 190+225+206=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1CE is #411E31. Grayscale: #D4D4D4. Windows color (decimal): -4267570 or 13558206. OLE color: 13558206.
HSL color Cylindrical-coordinate representation of color #BEE1CE: hue angle of 147.43º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE1CE is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 206 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.12 |
| HSL | 147.43º | 0.37% | 0.81% | - |
| HSV(B) | 147.43º | 0.16% | 0.88% | - |
| XYZ | 59.3 | 69.25 | 68.63 | - |
| YUV | 212.37 | 124.4 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 206 | 0.16 | 0 | 0.08 | 0.12 | 147.43 | 0.37 | 0.81 |
| Hex | BE | E1 | CE | 10 | 0 | 8 | C | 93 | 25 | 51 |
| Octal | 276 | 341 | 316 | 20 | 0 | 10 | 14 | 223 | 45 | 121 |
| Binary | 10111110 | 11100001 | 11001110 | 10000 | 0 | 1000 | 1100 | 10010011 | 100101 | 1010001 |
Color Harmonies of #BEE1CE
Complementary color
Monochromatic Colors of #BEE1CE
Black with #BEE1CE
Text Example
Text Example
White with #BEE1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE1CE; }
p { color: rgb(190,225,206); }
H1.HeaderClassName
{
color: #BEE1CE;
}
.AnyTagClassName
{
color: #BEE1CE;
}
</style>
background-color css
<style>
a { background-color: #BEE1CE; }
a { background-color: rgb(190,225,206); }
div.DivClassName
{
background-color: #BEE1CE;
}
.BgClassName
{
background-color: #BEE1CE;
}
</style>
border-color css
<style>
span { border-color: #BEE1CE; }
span { border-color: rgb(190,225,206); }
td.TdClassName
{
border-color: #BEE1CE;
}
.TagClassName
{
border-color: #BEE1CE;
}
</style>