Shades of Aero Blue #BEF1D9
Tints of Aero Blue #BEF1D9
RGB
CMYK
RGB Variations
Color information
#BEF1D9 (or 0xBEF1D9) is known color: Aero Blue. HEX triplet: BE, F1 and D9. RGB value is (190,241,217). Sum of RGB (Red+Green+Blue) = 190+241+217=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1D9 is #410E26. Grayscale: #DFDFDF. Windows color (decimal): -4263463 or 14283198. OLE color: 14283198.
HSL color Cylindrical-coordinate representation of color #BEF1D9: hue angle of 151.76º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF1D9 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 217 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.05 |
| HSL | 151.76º | 0.65% | 0.85% | - |
| HSV(B) | 151.76º | 0.21% | 0.95% | - |
| XYZ | 65.21 | 78.87 | 77.43 | - |
| YUV | 223.02 | 124.6 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 217 | 0.21 | 0 | 0.10 | 0.05 | 151.76 | 0.65 | 0.85 |
| Hex | BE | F1 | D9 | 15 | 0 | A | 5 | 98 | 41 | 55 |
| Octal | 276 | 361 | 331 | 25 | 0 | 12 | 5 | 230 | 101 | 125 |
| Binary | 10111110 | 11110001 | 11011001 | 10101 | 0 | 1010 | 101 | 10011000 | 1000001 | 1010101 |
Color Harmonies of #BEF1D9
Complementary color
Monochromatic Colors of #BEF1D9
Black with #BEF1D9
Text Example
Text Example
White with #BEF1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF1D9; }
p { color: rgb(190,241,217); }
H1.HeaderClassName
{
color: #BEF1D9;
}
.AnyTagClassName
{
color: #BEF1D9;
}
</style>
background-color css
<style>
a { background-color: #BEF1D9; }
a { background-color: rgb(190,241,217); }
div.DivClassName
{
background-color: #BEF1D9;
}
.BgClassName
{
background-color: #BEF1D9;
}
</style>
border-color css
<style>
span { border-color: #BEF1D9; }
span { border-color: rgb(190,241,217); }
td.TdClassName
{
border-color: #BEF1D9;
}
.TagClassName
{
border-color: #BEF1D9;
}
</style>