Shades of Aero Blue #BEF4D8
Tints of Aero Blue #BEF4D8
RGB
CMYK
RGB Variations
Color information
#BEF4D8 (or 0xBEF4D8) is known color: Aero Blue. HEX triplet: BE, F4 and D8. RGB value is (190,244,216). Sum of RGB (Red+Green+Blue) = 190+244+216=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 244 (95.70% from 255 or 37.54% from 650); Blue value is 216 (84.77% from 255 or 33.23% from 650); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF4D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF4D8 is #410B27. Grayscale: #E0E0E0. Windows color (decimal): -4262696 or 14218430. OLE color: 14218430.
HSL color Cylindrical-coordinate representation of color #BEF4D8: hue angle of 148.89º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF4D8 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 244 | 216 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.04 |
| HSL | 148.89º | 0.71% | 0.85% | - |
| HSV(B) | 148.89º | 0.22% | 0.96% | - |
| XYZ | 65.98 | 80.61 | 77.05 | - |
| YUV | 224.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 244 | 216 | 0.22 | 0 | 0.11 | 0.04 | 148.89 | 0.71 | 0.85 |
| Hex | BE | F4 | D8 | 16 | 0 | B | 4 | 95 | 47 | 55 |
| Octal | 276 | 364 | 330 | 26 | 0 | 13 | 4 | 225 | 107 | 125 |
| Binary | 10111110 | 11110100 | 11011000 | 10110 | 0 | 1011 | 100 | 10010101 | 1000111 | 1010101 |
Color Harmonies of #BEF4D8
Complementary color
Monochromatic Colors of #BEF4D8
Black with #BEF4D8
Text Example
Text Example
White with #BEF4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF4D8; }
p { color: rgb(190,244,216); }
H1.HeaderClassName
{
color: #BEF4D8;
}
.AnyTagClassName
{
color: #BEF4D8;
}
</style>
background-color css
<style>
a { background-color: #BEF4D8; }
a { background-color: rgb(190,244,216); }
div.DivClassName
{
background-color: #BEF4D8;
}
.BgClassName
{
background-color: #BEF4D8;
}
</style>
border-color css
<style>
span { border-color: #BEF4D8; }
span { border-color: rgb(190,244,216); }
td.TdClassName
{
border-color: #BEF4D8;
}
.TagClassName
{
border-color: #BEF4D8;
}
</style>