Shades of Aero Blue #BCF8D8
Tints of Aero Blue #BCF8D8
RGB
CMYK
RGB Variations
Color information
#BCF8D8 (or 0xBCF8D8) is known color: Aero Blue. HEX triplet: BC, F8 and D8. RGB value is (188,248,216). Sum of RGB (Red+Green+Blue) = 188+248+216=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 248 (97.27% from 255 or 38.04% from 652); Blue value is 216 (84.77% from 255 or 33.13% from 652); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8D8 is #430727. Grayscale: #E2E2E2. Windows color (decimal): -4392744 or 14219452. OLE color: 14219452.
HSL color Cylindrical-coordinate representation of color #BCF8D8: hue angle of 148º 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 #BCF8D8 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 216 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.03 |
| HSL | 148º | 0.81% | 0.85% | - |
| HSV(B) | 148º | 0.24% | 0.97% | - |
| XYZ | 66.7 | 82.78 | 77.43 | - |
| YUV | 226.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 216 | 0.24 | 0 | 0.13 | 0.03 | 148 | 0.81 | 0.85 |
| Hex | BC | F8 | D8 | 18 | 0 | D | 3 | 94 | 51 | 55 |
| Octal | 274 | 370 | 330 | 30 | 0 | 15 | 3 | 224 | 121 | 125 |
| Binary | 10111100 | 11111000 | 11011000 | 11000 | 0 | 1101 | 11 | 10010100 | 1010001 | 1010101 |
Color Harmonies of #BCF8D8
Complementary color
Monochromatic Colors of #BCF8D8
Black with #BCF8D8
Text Example
Text Example
White with #BCF8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF8D8; }
p { color: rgb(188,248,216); }
H1.HeaderClassName
{
color: #BCF8D8;
}
.AnyTagClassName
{
color: #BCF8D8;
}
</style>
background-color css
<style>
a { background-color: #BCF8D8; }
a { background-color: rgb(188,248,216); }
div.DivClassName
{
background-color: #BCF8D8;
}
.BgClassName
{
background-color: #BCF8D8;
}
</style>
border-color css
<style>
span { border-color: #BCF8D8; }
span { border-color: rgb(188,248,216); }
td.TdClassName
{
border-color: #BCF8D8;
}
.TagClassName
{
border-color: #BCF8D8;
}
</style>