Shades of Aero Blue #BEE1D0
Tints of Aero Blue #BEE1D0
RGB
CMYK
RGB Variations
Color information
#BEE1D0 (or 0xBEE1D0) is known color: Aero Blue. HEX triplet: BE, E1 and D0. RGB value is (190,225,208). Sum of RGB (Red+Green+Blue) = 190+225+208=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1D0 is #411E2F. Grayscale: #D4D4D4. Windows color (decimal): -4267568 or 13689278. OLE color: 13689278.
HSL color Cylindrical-coordinate representation of color #BEE1D0: hue angle of 150.86º 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 #BEE1D0 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 208 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.12 |
| HSL | 150.86º | 0.37% | 0.81% | - |
| HSV(B) | 150.86º | 0.16% | 0.88% | - |
| XYZ | 59.55 | 69.35 | 69.92 | - |
| YUV | 212.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 208 | 0.16 | 0 | 0.08 | 0.12 | 150.86 | 0.37 | 0.81 |
| Hex | BE | E1 | D0 | 10 | 0 | 8 | C | 97 | 25 | 51 |
| Octal | 276 | 341 | 320 | 20 | 0 | 10 | 14 | 227 | 45 | 121 |
| Binary | 10111110 | 11100001 | 11010000 | 10000 | 0 | 1000 | 1100 | 10010111 | 100101 | 1010001 |
Color Harmonies of #BEE1D0
Complementary color
Monochromatic Colors of #BEE1D0
Black with #BEE1D0
Text Example
Text Example
White with #BEE1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE1D0; }
p { color: rgb(190,225,208); }
H1.HeaderClassName
{
color: #BEE1D0;
}
.AnyTagClassName
{
color: #BEE1D0;
}
</style>
background-color css
<style>
a { background-color: #BEE1D0; }
a { background-color: rgb(190,225,208); }
div.DivClassName
{
background-color: #BEE1D0;
}
.BgClassName
{
background-color: #BEE1D0;
}
</style>
border-color css
<style>
span { border-color: #BEE1D0; }
span { border-color: rgb(190,225,208); }
td.TdClassName
{
border-color: #BEE1D0;
}
.TagClassName
{
border-color: #BEE1D0;
}
</style>