Shades of Aero Blue #BEF6DA
Tints of Aero Blue #BEF6DA
RGB
CMYK
RGB Variations
Color information
#BEF6DA (or 0xBEF6DA) is known color: Aero Blue. HEX triplet: BE, F6 and DA. RGB value is (190,246,218). Sum of RGB (Red+Green+Blue) = 190+246+218=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF6DA is #410925. Grayscale: #E2E2E2. Windows color (decimal): -4262182 or 14350014. OLE color: 14350014.
HSL color Cylindrical-coordinate representation of color #BEF6DA: hue angle of 150º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF6DA is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 218 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.04 |
| HSL | 150º | 0.76% | 0.85% | - |
| HSV(B) | 150º | 0.23% | 0.96% | - |
| XYZ | 66.85 | 81.92 | 78.62 | - |
| YUV | 226.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 218 | 0.23 | 0 | 0.11 | 0.04 | 150 | 0.76 | 0.85 |
| Hex | BE | F6 | DA | 17 | 0 | B | 4 | 96 | 4C | 55 |
| Octal | 276 | 366 | 332 | 27 | 0 | 13 | 4 | 226 | 114 | 125 |
| Binary | 10111110 | 11110110 | 11011010 | 10111 | 0 | 1011 | 100 | 10010110 | 1001100 | 1010101 |
Color Harmonies of #BEF6DA
Complementary color
Monochromatic Colors of #BEF6DA
Black with #BEF6DA
Text Example
Text Example
White with #BEF6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF6DA; }
p { color: rgb(190,246,218); }
H1.HeaderClassName
{
color: #BEF6DA;
}
.AnyTagClassName
{
color: #BEF6DA;
}
</style>
background-color css
<style>
a { background-color: #BEF6DA; }
a { background-color: rgb(190,246,218); }
div.DivClassName
{
background-color: #BEF6DA;
}
.BgClassName
{
background-color: #BEF6DA;
}
</style>
border-color css
<style>
span { border-color: #BEF6DA; }
span { border-color: rgb(190,246,218); }
td.TdClassName
{
border-color: #BEF6DA;
}
.TagClassName
{
border-color: #BEF6DA;
}
</style>