Shades of Aero Blue #BEF2D9
Tints of Aero Blue #BEF2D9
RGB
CMYK
RGB Variations
Color information
#BEF2D9 (or 0xBEF2D9) is known color: Aero Blue. HEX triplet: BE, F2 and D9. RGB value is (190,242,217). Sum of RGB (Red+Green+Blue) = 190+242+217=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2D9 is #410D26. Grayscale: #DFDFDF. Windows color (decimal): -4263207 or 14283454. OLE color: 14283454.
HSL color Cylindrical-coordinate representation of color #BEF2D9: hue angle of 151.15º degrees, saturation: 0.67, 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 #BEF2D9 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 217 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.05 |
| HSL | 151.15º | 0.67% | 0.85% | - |
| HSV(B) | 151.15º | 0.21% | 0.95% | - |
| XYZ | 65.51 | 79.46 | 77.53 | - |
| YUV | 223.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 217 | 0.21 | 0 | 0.10 | 0.05 | 151.15 | 0.67 | 0.85 |
| Hex | BE | F2 | D9 | 15 | 0 | A | 5 | 97 | 43 | 55 |
| Octal | 276 | 362 | 331 | 25 | 0 | 12 | 5 | 227 | 103 | 125 |
| Binary | 10111110 | 11110010 | 11011001 | 10101 | 0 | 1010 | 101 | 10010111 | 1000011 | 1010101 |
Color Harmonies of #BEF2D9
Complementary color
Monochromatic Colors of #BEF2D9
Black with #BEF2D9
Text Example
Text Example
White with #BEF2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF2D9; }
p { color: rgb(190,242,217); }
H1.HeaderClassName
{
color: #BEF2D9;
}
.AnyTagClassName
{
color: #BEF2D9;
}
</style>
background-color css
<style>
a { background-color: #BEF2D9; }
a { background-color: rgb(190,242,217); }
div.DivClassName
{
background-color: #BEF2D9;
}
.BgClassName
{
background-color: #BEF2D9;
}
</style>
border-color css
<style>
span { border-color: #BEF2D9; }
span { border-color: rgb(190,242,217); }
td.TdClassName
{
border-color: #BEF2D9;
}
.TagClassName
{
border-color: #BEF2D9;
}
</style>