Shades of Aero Blue #BEF2D7
Tints of Aero Blue #BEF2D7
RGB
CMYK
RGB Variations
Color information
#BEF2D7 (or 0xBEF2D7) is known color: Aero Blue. HEX triplet: BE, F2 and D7. RGB value is (190,242,215). Sum of RGB (Red+Green+Blue) = 190+242+215=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 215 (84.38% from 255 or 33.23% from 647); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2D7 is #410D28. Grayscale: #DFDFDF. Windows color (decimal): -4263209 or 14152382. OLE color: 14152382.
HSL color Cylindrical-coordinate representation of color #BEF2D7: hue angle of 148.85º 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 #BEF2D7 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 215 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.05 |
| HSL | 148.85º | 0.67% | 0.85% | - |
| HSV(B) | 148.85º | 0.21% | 0.95% | - |
| XYZ | 65.25 | 79.36 | 76.17 | - |
| YUV | 223.37 | 123.27 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 215 | 0.21 | 0 | 0.11 | 0.05 | 148.85 | 0.67 | 0.85 |
| Hex | BE | F2 | D7 | 15 | 0 | B | 5 | 95 | 43 | 55 |
| Octal | 276 | 362 | 327 | 25 | 0 | 13 | 5 | 225 | 103 | 125 |
| Binary | 10111110 | 11110010 | 11010111 | 10101 | 0 | 1011 | 101 | 10010101 | 1000011 | 1010101 |
Color Harmonies of #BEF2D7
Complementary color
Monochromatic Colors of #BEF2D7
Black with #BEF2D7
Text Example
Text Example
White with #BEF2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF2D7; }
p { color: rgb(190,242,215); }
H1.HeaderClassName
{
color: #BEF2D7;
}
.AnyTagClassName
{
color: #BEF2D7;
}
</style>
background-color css
<style>
a { background-color: #BEF2D7; }
a { background-color: rgb(190,242,215); }
div.DivClassName
{
background-color: #BEF2D7;
}
.BgClassName
{
background-color: #BEF2D7;
}
</style>
border-color css
<style>
span { border-color: #BEF2D7; }
span { border-color: rgb(190,242,215); }
td.TdClassName
{
border-color: #BEF2D7;
}
.TagClassName
{
border-color: #BEF2D7;
}
</style>