Shades of Aero Blue #BEFFD5
Tints of Aero Blue #BEFFD5
RGB
CMYK
RGB Variations
Color information
#BEFFD5 (or 0xBEFFD5) is known color: Aero Blue. HEX triplet: BE, FF and D5. RGB value is (190,255,213). Sum of RGB (Red+Green+Blue) = 190+255+213=658 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.88% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFD5 is #41002A. Grayscale: #E6E6E6. Windows color (decimal): -4259883 or 14024638. OLE color: 14024638.
HSL color Cylindrical-coordinate representation of color #BEFFD5: hue angle of 141.23º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFFD5 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 213 | - |
| CMYK | 0.25 | 0 | 0.16 | 0 |
| HSL | 141.23º | 1% | 0.87% | - |
| HSV(B) | 141.23º | 0.25% | 1% | - |
| XYZ | 69.01 | 87.27 | 76.16 | - |
| YUV | 230.78 | 117.97 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 213 | 0.25 | 0 | 0.16 | 0 | 141.23 | 1 | 0.87 |
| Hex | BE | FF | D5 | 19 | 0 | 10 | 0 | 8D | 64 | 57 |
| Octal | 276 | 377 | 325 | 31 | 0 | 20 | 0 | 215 | 144 | 127 |
| Binary | 10111110 | 11111111 | 11010101 | 11001 | 0 | 10000 | 0 | 10001101 | 1100100 | 1010111 |
Color Harmonies of #BEFFD5
Complementary color
Monochromatic Colors of #BEFFD5
Black with #BEFFD5
Text Example
Text Example
White with #BEFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFD5; }
p { color: rgb(190,255,213); }
H1.HeaderClassName
{
color: #BEFFD5;
}
.AnyTagClassName
{
color: #BEFFD5;
}
</style>
background-color css
<style>
a { background-color: #BEFFD5; }
a { background-color: rgb(190,255,213); }
div.DivClassName
{
background-color: #BEFFD5;
}
.BgClassName
{
background-color: #BEFFD5;
}
</style>
border-color css
<style>
span { border-color: #BEFFD5; }
span { border-color: rgb(190,255,213); }
td.TdClassName
{
border-color: #BEFFD5;
}
.TagClassName
{
border-color: #BEFFD5;
}
</style>