Shades of Aero Blue #BEFEDC
Tints of Aero Blue #BEFEDC
RGB
CMYK
RGB Variations
Color information
#BEFEDC (or 0xBEFEDC) is known color: Aero Blue. HEX triplet: BE, FE and DC. RGB value is (190,254,220). Sum of RGB (Red+Green+Blue) = 190+254+220=664 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.61% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEDC is #410123. Grayscale: #E7E7E7. Windows color (decimal): -4260132 or 14483134. OLE color: 14483134.
HSL color Cylindrical-coordinate representation of color #BEFEDC: hue angle of 148.12º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFEDC is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 220 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.00 |
| HSL | 148.13º | 0.97% | 0.87% | - |
| HSV(B) | 148.13º | 0.25% | 1% | - |
| XYZ | 69.6 | 87 | 80.83 | - |
| YUV | 230.99 | 121.8 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 220 | 0.25 | 0 | 0.13 | 0.00 | 148.13 | 0.97 | 0.87 |
| Hex | BE | FE | DC | 19 | 0 | D | 0 | 94 | 61 | 57 |
| Octal | 276 | 376 | 334 | 31 | 0 | 15 | 0 | 224 | 141 | 127 |
| Binary | 10111110 | 11111110 | 11011100 | 11001 | 0 | 1101 | 0 | 10010100 | 1100001 | 1010111 |
Color Harmonies of #BEFEDC
Complementary color
Monochromatic Colors of #BEFEDC
Black with #BEFEDC
Text Example
Text Example
White with #BEFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFEDC; }
p { color: rgb(190,254,220); }
H1.HeaderClassName
{
color: #BEFEDC;
}
.AnyTagClassName
{
color: #BEFEDC;
}
</style>
background-color css
<style>
a { background-color: #BEFEDC; }
a { background-color: rgb(190,254,220); }
div.DivClassName
{
background-color: #BEFEDC;
}
.BgClassName
{
background-color: #BEFEDC;
}
</style>
border-color css
<style>
span { border-color: #BEFEDC; }
span { border-color: rgb(190,254,220); }
td.TdClassName
{
border-color: #BEFEDC;
}
.TagClassName
{
border-color: #BEFEDC;
}
</style>