Shades of Aero Blue #BCF8D9
Tints of Aero Blue #BCF8D9
RGB
CMYK
RGB Variations
Color information
#BCF8D9 (or 0xBCF8D9) is known color: Aero Blue. HEX triplet: BC, F8 and D9. RGB value is (188,248,217). Sum of RGB (Red+Green+Blue) = 188+248+217=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 248 (97.27% from 255 or 37.98% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8D9 is #430726. Grayscale: #E2E2E2. Windows color (decimal): -4392743 or 14284988. OLE color: 14284988.
HSL color Cylindrical-coordinate representation of color #BCF8D9: hue angle of 149º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF8D9 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 217 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.03 |
| HSL | 149º | 0.81% | 0.85% | - |
| HSV(B) | 149º | 0.24% | 0.97% | - |
| XYZ | 66.83 | 82.84 | 78.11 | - |
| YUV | 226.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 217 | 0.24 | 0 | 0.12 | 0.03 | 149 | 0.81 | 0.85 |
| Hex | BC | F8 | D9 | 18 | 0 | C | 3 | 95 | 51 | 55 |
| Octal | 274 | 370 | 331 | 30 | 0 | 14 | 3 | 225 | 121 | 125 |
| Binary | 10111100 | 11111000 | 11011001 | 11000 | 0 | 1100 | 11 | 10010101 | 1010001 | 1010101 |
Color Harmonies of #BCF8D9
Complementary color
Monochromatic Colors of #BCF8D9
Black with #BCF8D9
Text Example
Text Example
White with #BCF8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF8D9; }
p { color: rgb(188,248,217); }
H1.HeaderClassName
{
color: #BCF8D9;
}
.AnyTagClassName
{
color: #BCF8D9;
}
</style>
background-color css
<style>
a { background-color: #BCF8D9; }
a { background-color: rgb(188,248,217); }
div.DivClassName
{
background-color: #BCF8D9;
}
.BgClassName
{
background-color: #BCF8D9;
}
</style>
border-color css
<style>
span { border-color: #BCF8D9; }
span { border-color: rgb(188,248,217); }
td.TdClassName
{
border-color: #BCF8D9;
}
.TagClassName
{
border-color: #BCF8D9;
}
</style>