Shades of Aero Blue #BEFCDD
Tints of Aero Blue #BEFCDD
RGB
CMYK
RGB Variations
Color information
#BEFCDD (or 0xBEFCDD) is known color: Aero Blue. HEX triplet: BE, FC and DD. RGB value is (190,252,221). Sum of RGB (Red+Green+Blue) = 190+252+221=663 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.66% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCDD is #410322. Grayscale: #E5E5E5. Windows color (decimal): -4260643 or 14548158. OLE color: 14548158.
HSL color Cylindrical-coordinate representation of color #BEFCDD: hue angle of 150º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFCDD is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 252 | 221 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.01 |
| HSL | 150º | 0.91% | 0.87% | - |
| HSV(B) | 150º | 0.25% | 0.99% | - |
| XYZ | 69.1 | 85.79 | 81.32 | - |
| YUV | 229.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 252 | 221 | 0.25 | 0 | 0.12 | 0.01 | 150 | 0.91 | 0.87 |
| Hex | BE | FC | DD | 19 | 0 | C | 1 | 96 | 5B | 57 |
| Octal | 276 | 374 | 335 | 31 | 0 | 14 | 1 | 226 | 133 | 127 |
| Binary | 10111110 | 11111100 | 11011101 | 11001 | 0 | 1100 | 1 | 10010110 | 1011011 | 1010111 |
Color Harmonies of #BEFCDD
Complementary color
Monochromatic Colors of #BEFCDD
Black with #BEFCDD
Text Example
Text Example
White with #BEFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFCDD; }
p { color: rgb(190,252,221); }
H1.HeaderClassName
{
color: #BEFCDD;
}
.AnyTagClassName
{
color: #BEFCDD;
}
</style>
background-color css
<style>
a { background-color: #BEFCDD; }
a { background-color: rgb(190,252,221); }
div.DivClassName
{
background-color: #BEFCDD;
}
.BgClassName
{
background-color: #BEFCDD;
}
</style>
border-color css
<style>
span { border-color: #BEFCDD; }
span { border-color: rgb(190,252,221); }
td.TdClassName
{
border-color: #BEFCDD;
}
.TagClassName
{
border-color: #BEFCDD;
}
</style>