Shades of Aero Blue #BEFCD6
Tints of Aero Blue #BEFCD6
RGB
CMYK
RGB Variations
Color information
#BEFCD6 (or 0xBEFCD6) is known color: Aero Blue. HEX triplet: BE, FC and D6. RGB value is (190,252,214). Sum of RGB (Red+Green+Blue) = 190+252+214=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCD6 is #410329. Grayscale: #E5E5E5. Windows color (decimal): -4260650 or 14089406. OLE color: 14089406.
HSL color Cylindrical-coordinate representation of color #BEFCD6: hue angle of 143.23º 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 #BEFCD6 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 252 | 214 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.01 |
| HSL | 143.23º | 0.91% | 0.87% | - |
| HSV(B) | 143.23º | 0.25% | 0.99% | - |
| XYZ | 68.18 | 85.42 | 76.51 | - |
| YUV | 229.13 | 119.46 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 252 | 214 | 0.25 | 0 | 0.15 | 0.01 | 143.23 | 0.91 | 0.87 |
| Hex | BE | FC | D6 | 19 | 0 | F | 1 | 8F | 5B | 57 |
| Octal | 276 | 374 | 326 | 31 | 0 | 17 | 1 | 217 | 133 | 127 |
| Binary | 10111110 | 11111100 | 11010110 | 11001 | 0 | 1111 | 1 | 10001111 | 1011011 | 1010111 |
Color Harmonies of #BEFCD6
Complementary color
Monochromatic Colors of #BEFCD6
Black with #BEFCD6
Text Example
Text Example
White with #BEFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFCD6; }
p { color: rgb(190,252,214); }
H1.HeaderClassName
{
color: #BEFCD6;
}
.AnyTagClassName
{
color: #BEFCD6;
}
</style>
background-color css
<style>
a { background-color: #BEFCD6; }
a { background-color: rgb(190,252,214); }
div.DivClassName
{
background-color: #BEFCD6;
}
.BgClassName
{
background-color: #BEFCD6;
}
</style>
border-color css
<style>
span { border-color: #BEFCD6; }
span { border-color: rgb(190,252,214); }
td.TdClassName
{
border-color: #BEFCD6;
}
.TagClassName
{
border-color: #BEFCD6;
}
</style>