Shades of Aero Blue #BEFBD9
Tints of Aero Blue #BEFBD9
RGB
CMYK
RGB Variations
Color information
#BEFBD9 (or 0xBEFBD9) is known color: Aero Blue. HEX triplet: BE, FB and D9. RGB value is (190,251,217). Sum of RGB (Red+Green+Blue) = 190+251+217=658 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.88% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFBD9 is #410426. Grayscale: #E4E4E4. Windows color (decimal): -4260903 or 14285758. OLE color: 14285758.
HSL color Cylindrical-coordinate representation of color #BEFBD9: hue angle of 146.56º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFBD9 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 251 | 217 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.02 |
| HSL | 146.56º | 0.88% | 0.86% | - |
| HSV(B) | 146.56º | 0.24% | 0.98% | - |
| XYZ | 68.26 | 84.95 | 78.45 | - |
| YUV | 228.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 251 | 217 | 0.24 | 0 | 0.14 | 0.02 | 146.56 | 0.88 | 0.86 |
| Hex | BE | FB | D9 | 18 | 0 | E | 2 | 93 | 58 | 56 |
| Octal | 276 | 373 | 331 | 30 | 0 | 16 | 2 | 223 | 130 | 126 |
| Binary | 10111110 | 11111011 | 11011001 | 11000 | 0 | 1110 | 10 | 10010011 | 1011000 | 1010110 |
Color Harmonies of #BEFBD9
Complementary color
Monochromatic Colors of #BEFBD9
Black with #BEFBD9
Text Example
Text Example
White with #BEFBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFBD9; }
p { color: rgb(190,251,217); }
H1.HeaderClassName
{
color: #BEFBD9;
}
.AnyTagClassName
{
color: #BEFBD9;
}
</style>
background-color css
<style>
a { background-color: #BEFBD9; }
a { background-color: rgb(190,251,217); }
div.DivClassName
{
background-color: #BEFBD9;
}
.BgClassName
{
background-color: #BEFBD9;
}
</style>
border-color css
<style>
span { border-color: #BEFBD9; }
span { border-color: rgb(190,251,217); }
td.TdClassName
{
border-color: #BEFBD9;
}
.TagClassName
{
border-color: #BEFBD9;
}
</style>