Shades of Aero Blue #BEE4D0
Tints of Aero Blue #BEE4D0
RGB
CMYK
RGB Variations
Color information
#BEE4D0 (or 0xBEE4D0) is known color: Aero Blue. HEX triplet: BE, E4 and D0. RGB value is (190,228,208). Sum of RGB (Red+Green+Blue) = 190+228+208=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 228 (89.45% from 255 or 36.42% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE4D0 is #411B2F. Grayscale: #D6D6D6. Windows color (decimal): -4266800 or 13690046. OLE color: 13690046.
HSL color Cylindrical-coordinate representation of color #BEE4D0: hue angle of 148.42º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEE4D0 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 208 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.11 |
| HSL | 148.42º | 0.41% | 0.82% | - |
| HSV(B) | 148.42º | 0.17% | 0.89% | - |
| XYZ | 60.36 | 70.99 | 70.2 | - |
| YUV | 214.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 208 | 0.17 | 0 | 0.09 | 0.11 | 148.42 | 0.41 | 0.82 |
| Hex | BE | E4 | D0 | 11 | 0 | 9 | B | 94 | 29 | 52 |
| Octal | 276 | 344 | 320 | 21 | 0 | 11 | 13 | 224 | 51 | 122 |
| Binary | 10111110 | 11100100 | 11010000 | 10001 | 0 | 1001 | 1011 | 10010100 | 101001 | 1010010 |
Color Harmonies of #BEE4D0
Complementary color
Monochromatic Colors of #BEE4D0
Black with #BEE4D0
Text Example
Text Example
White with #BEE4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE4D0; }
p { color: rgb(190,228,208); }
H1.HeaderClassName
{
color: #BEE4D0;
}
.AnyTagClassName
{
color: #BEE4D0;
}
</style>
background-color css
<style>
a { background-color: #BEE4D0; }
a { background-color: rgb(190,228,208); }
div.DivClassName
{
background-color: #BEE4D0;
}
.BgClassName
{
background-color: #BEE4D0;
}
</style>
border-color css
<style>
span { border-color: #BEE4D0; }
span { border-color: rgb(190,228,208); }
td.TdClassName
{
border-color: #BEE4D0;
}
.TagClassName
{
border-color: #BEE4D0;
}
</style>