Shades of Aero Blue #BEE1D4
Tints of Aero Blue #BEE1D4
RGB
CMYK
RGB Variations
Color information
#BEE1D4 (or 0xBEE1D4) is known color: Aero Blue. HEX triplet: BE, E1 and D4. RGB value is (190,225,212). Sum of RGB (Red+Green+Blue) = 190+225+212=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1D4 is #411E2B. Grayscale: #D5D5D5. Windows color (decimal): -4267564 or 13951422. OLE color: 13951422.
HSL color Cylindrical-coordinate representation of color #BEE1D4: hue angle of 157.71º 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 #BEE1D4 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 212 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.12 |
| HSL | 157.71º | 0.37% | 0.81% | - |
| HSV(B) | 157.71º | 0.16% | 0.88% | - |
| XYZ | 60.04 | 69.55 | 72.55 | - |
| YUV | 213.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 212 | 0.16 | 0 | 0.06 | 0.12 | 157.71 | 0.37 | 0.81 |
| Hex | BE | E1 | D4 | 10 | 0 | 6 | C | 9E | 25 | 51 |
| Octal | 276 | 341 | 324 | 20 | 0 | 6 | 14 | 236 | 45 | 121 |
| Binary | 10111110 | 11100001 | 11010100 | 10000 | 0 | 110 | 1100 | 10011110 | 100101 | 1010001 |
Color Harmonies of #BEE1D4
Complementary color
Monochromatic Colors of #BEE1D4
Black with #BEE1D4
Text Example
Text Example
White with #BEE1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE1D4; }
p { color: rgb(190,225,212); }
H1.HeaderClassName
{
color: #BEE1D4;
}
.AnyTagClassName
{
color: #BEE1D4;
}
</style>
background-color css
<style>
a { background-color: #BEE1D4; }
a { background-color: rgb(190,225,212); }
div.DivClassName
{
background-color: #BEE1D4;
}
.BgClassName
{
background-color: #BEE1D4;
}
</style>
border-color css
<style>
span { border-color: #BEE1D4; }
span { border-color: rgb(190,225,212); }
td.TdClassName
{
border-color: #BEE1D4;
}
.TagClassName
{
border-color: #BEE1D4;
}
</style>