Shades of Aero Blue #BCFED8
Tints of Aero Blue #BCFED8
RGB
CMYK
RGB Variations
Color information
#BCFED8 (or 0xBCFED8) is known color: Aero Blue. HEX triplet: BC, FE and D8. RGB value is (188,254,216). Sum of RGB (Red+Green+Blue) = 188+254+216=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFED8 is #430127. Grayscale: #E6E6E6. Windows color (decimal): -4391208 or 14220988. OLE color: 14220988.
HSL color Cylindrical-coordinate representation of color #BCFED8: hue angle of 145.45º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFED8 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 216 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.00 |
| HSL | 145.45º | 0.97% | 0.87% | - |
| HSV(B) | 145.45º | 0.26% | 1% | - |
| XYZ | 68.58 | 86.53 | 78.05 | - |
| YUV | 229.93 | 120.13 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 216 | 0.26 | 0 | 0.15 | 0.00 | 145.45 | 0.97 | 0.87 |
| Hex | BC | FE | D8 | 1A | 0 | F | 0 | 91 | 61 | 57 |
| Octal | 274 | 376 | 330 | 32 | 0 | 17 | 0 | 221 | 141 | 127 |
| Binary | 10111100 | 11111110 | 11011000 | 11010 | 0 | 1111 | 0 | 10010001 | 1100001 | 1010111 |
Color Harmonies of #BCFED8
Complementary color
Monochromatic Colors of #BCFED8
Black with #BCFED8
Text Example
Text Example
White with #BCFED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFED8; }
p { color: rgb(188,254,216); }
H1.HeaderClassName
{
color: #BCFED8;
}
.AnyTagClassName
{
color: #BCFED8;
}
</style>
background-color css
<style>
a { background-color: #BCFED8; }
a { background-color: rgb(188,254,216); }
div.DivClassName
{
background-color: #BCFED8;
}
.BgClassName
{
background-color: #BCFED8;
}
</style>
border-color css
<style>
span { border-color: #BCFED8; }
span { border-color: rgb(188,254,216); }
td.TdClassName
{
border-color: #BCFED8;
}
.TagClassName
{
border-color: #BCFED8;
}
</style>