Shades of Aero Blue #BEFCD4
Tints of Aero Blue #BEFCD4
RGB
CMYK
RGB Variations
Color information
#BEFCD4 (or 0xBEFCD4) is known color: Aero Blue. HEX triplet: BE, FC and D4. RGB value is (190,252,212). Sum of RGB (Red+Green+Blue) = 190+252+212=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCD4 is #41032B. Grayscale: #E4E4E4. Windows color (decimal): -4260652 or 13958334. OLE color: 13958334.
HSL color Cylindrical-coordinate representation of color #BEFCD4: hue angle of 141.29º 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 #BEFCD4 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 252 | 212 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.01 |
| HSL | 141.29º | 0.91% | 0.87% | - |
| HSV(B) | 141.29º | 0.25% | 0.99% | - |
| XYZ | 67.93 | 85.32 | 75.18 | - |
| YUV | 228.9 | 118.46 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 252 | 212 | 0.25 | 0 | 0.16 | 0.01 | 141.29 | 0.91 | 0.87 |
| Hex | BE | FC | D4 | 19 | 0 | 10 | 1 | 8D | 5B | 57 |
| Octal | 276 | 374 | 324 | 31 | 0 | 20 | 1 | 215 | 133 | 127 |
| Binary | 10111110 | 11111100 | 11010100 | 11001 | 0 | 10000 | 1 | 10001101 | 1011011 | 1010111 |
Color Harmonies of #BEFCD4
Complementary color
Monochromatic Colors of #BEFCD4
Black with #BEFCD4
Text Example
Text Example
White with #BEFCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFCD4; }
p { color: rgb(190,252,212); }
H1.HeaderClassName
{
color: #BEFCD4;
}
.AnyTagClassName
{
color: #BEFCD4;
}
</style>
background-color css
<style>
a { background-color: #BEFCD4; }
a { background-color: rgb(190,252,212); }
div.DivClassName
{
background-color: #BEFCD4;
}
.BgClassName
{
background-color: #BEFCD4;
}
</style>
border-color css
<style>
span { border-color: #BEFCD4; }
span { border-color: rgb(190,252,212); }
td.TdClassName
{
border-color: #BEFCD4;
}
.TagClassName
{
border-color: #BEFCD4;
}
</style>