Shades of Aero Blue #BEE1D2
Tints of Aero Blue #BEE1D2
RGB
CMYK
RGB Variations
Color information
#BEE1D2 (or 0xBEE1D2) is known color: Aero Blue. HEX triplet: BE, E1 and D2. RGB value is (190,225,210). Sum of RGB (Red+Green+Blue) = 190+225+210=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1D2 is #411E2D. Grayscale: #D4D4D4. Windows color (decimal): -4267566 or 13820350. OLE color: 13820350.
HSL color Cylindrical-coordinate representation of color #BEE1D2: hue angle of 154.29º 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 #BEE1D2 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 210 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.12 |
| HSL | 154.29º | 0.37% | 0.81% | - |
| HSV(B) | 154.29º | 0.16% | 0.88% | - |
| XYZ | 59.79 | 69.45 | 71.23 | - |
| YUV | 212.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 210 | 0.16 | 0 | 0.07 | 0.12 | 154.29 | 0.37 | 0.81 |
| Hex | BE | E1 | D2 | 10 | 0 | 7 | C | 9A | 25 | 51 |
| Octal | 276 | 341 | 322 | 20 | 0 | 7 | 14 | 232 | 45 | 121 |
| Binary | 10111110 | 11100001 | 11010010 | 10000 | 0 | 111 | 1100 | 10011010 | 100101 | 1010001 |
Color Harmonies of #BEE1D2
Complementary color
Monochromatic Colors of #BEE1D2
Black with #BEE1D2
Text Example
Text Example
White with #BEE1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE1D2; }
p { color: rgb(190,225,210); }
H1.HeaderClassName
{
color: #BEE1D2;
}
.AnyTagClassName
{
color: #BEE1D2;
}
</style>
background-color css
<style>
a { background-color: #BEE1D2; }
a { background-color: rgb(190,225,210); }
div.DivClassName
{
background-color: #BEE1D2;
}
.BgClassName
{
background-color: #BEE1D2;
}
</style>
border-color css
<style>
span { border-color: #BEE1D2; }
span { border-color: rgb(190,225,210); }
td.TdClassName
{
border-color: #BEE1D2;
}
.TagClassName
{
border-color: #BEE1D2;
}
</style>