Shades of Aero Blue #BCFCD9
Tints of Aero Blue #BCFCD9
RGB
CMYK
RGB Variations
Color information
#BCFCD9 (or 0xBCFCD9) is known color: Aero Blue. HEX triplet: BC, FC and D9. RGB value is (188,252,217). Sum of RGB (Red+Green+Blue) = 188+252+217=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCD9 is #430326. Grayscale: #E4E4E4. Windows color (decimal): -4391719 or 14286012. OLE color: 14286012.
HSL color Cylindrical-coordinate representation of color #BCFCD9: hue angle of 147.19º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFCD9 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 217 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.01 |
| HSL | 147.19º | 0.91% | 0.86% | - |
| HSV(B) | 147.19º | 0.25% | 0.99% | - |
| XYZ | 68.07 | 85.32 | 78.53 | - |
| YUV | 228.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 217 | 0.25 | 0 | 0.14 | 0.01 | 147.19 | 0.91 | 0.86 |
| Hex | BC | FC | D9 | 19 | 0 | E | 1 | 93 | 5B | 56 |
| Octal | 274 | 374 | 331 | 31 | 0 | 16 | 1 | 223 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11011001 | 11001 | 0 | 1110 | 1 | 10010011 | 1011011 | 1010110 |
Color Harmonies of #BCFCD9
Complementary color
Monochromatic Colors of #BCFCD9
Black with #BCFCD9
Text Example
Text Example
White with #BCFCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCD9; }
p { color: rgb(188,252,217); }
H1.HeaderClassName
{
color: #BCFCD9;
}
.AnyTagClassName
{
color: #BCFCD9;
}
</style>
background-color css
<style>
a { background-color: #BCFCD9; }
a { background-color: rgb(188,252,217); }
div.DivClassName
{
background-color: #BCFCD9;
}
.BgClassName
{
background-color: #BCFCD9;
}
</style>
border-color css
<style>
span { border-color: #BCFCD9; }
span { border-color: rgb(188,252,217); }
td.TdClassName
{
border-color: #BCFCD9;
}
.TagClassName
{
border-color: #BCFCD9;
}
</style>