Shades of Aero Blue #BEE7D0
Tints of Aero Blue #BEE7D0
RGB
CMYK
RGB Variations
Color information
#BEE7D0 (or 0xBEE7D0) is known color: Aero Blue. HEX triplet: BE, E7 and D0. RGB value is (190,231,208). Sum of RGB (Red+Green+Blue) = 190+231+208=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 231 (90.62% from 255 or 36.72% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE7D0 is #41182F. Grayscale: #D8D8D8. Windows color (decimal): -4266032 or 13690814. OLE color: 13690814.
HSL color Cylindrical-coordinate representation of color #BEE7D0: hue angle of 146.34º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE7D0 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 208 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.09 |
| HSL | 146.34º | 0.46% | 0.83% | - |
| HSV(B) | 146.34º | 0.18% | 0.91% | - |
| XYZ | 61.2 | 72.65 | 70.47 | - |
| YUV | 216.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 208 | 0.18 | 0 | 0.10 | 0.09 | 146.34 | 0.46 | 0.83 |
| Hex | BE | E7 | D0 | 12 | 0 | A | 9 | 92 | 2E | 53 |
| Octal | 276 | 347 | 320 | 22 | 0 | 12 | 11 | 222 | 56 | 123 |
| Binary | 10111110 | 11100111 | 11010000 | 10010 | 0 | 1010 | 1001 | 10010010 | 101110 | 1010011 |
Color Harmonies of #BEE7D0
Complementary color
Monochromatic Colors of #BEE7D0
Black with #BEE7D0
Text Example
Text Example
White with #BEE7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE7D0; }
p { color: rgb(190,231,208); }
H1.HeaderClassName
{
color: #BEE7D0;
}
.AnyTagClassName
{
color: #BEE7D0;
}
</style>
background-color css
<style>
a { background-color: #BEE7D0; }
a { background-color: rgb(190,231,208); }
div.DivClassName
{
background-color: #BEE7D0;
}
.BgClassName
{
background-color: #BEE7D0;
}
</style>
border-color css
<style>
span { border-color: #BEE7D0; }
span { border-color: rgb(190,231,208); }
td.TdClassName
{
border-color: #BEE7D0;
}
.TagClassName
{
border-color: #BEE7D0;
}
</style>