Shades of Aero Blue #BCF8D4
Tints of Aero Blue #BCF8D4
RGB
CMYK
RGB Variations
Color information
#BCF8D4 (or 0xBCF8D4) is known color: Aero Blue. HEX triplet: BC, F8 and D4. RGB value is (188,248,212). Sum of RGB (Red+Green+Blue) = 188+248+212=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 248 (97.27% from 255 or 38.27% from 648); Blue value is 212 (83.20% from 255 or 32.72% from 648); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8D4 is #43072B. Grayscale: #E2E2E2. Windows color (decimal): -4392748 or 13957308. OLE color: 13957308.
HSL color Cylindrical-coordinate representation of color #BCF8D4: hue angle of 144º 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 #BCF8D4 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 212 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.03 |
| HSL | 144º | 0.81% | 0.85% | - |
| HSV(B) | 144º | 0.24% | 0.97% | - |
| XYZ | 66.19 | 82.58 | 74.74 | - |
| YUV | 225.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 212 | 0.24 | 0 | 0.15 | 0.03 | 144 | 0.81 | 0.85 |
| Hex | BC | F8 | D4 | 18 | 0 | F | 3 | 90 | 51 | 55 |
| Octal | 274 | 370 | 324 | 30 | 0 | 17 | 3 | 220 | 121 | 125 |
| Binary | 10111100 | 11111000 | 11010100 | 11000 | 0 | 1111 | 11 | 10010000 | 1010001 | 1010101 |
Color Harmonies of #BCF8D4
Complementary color
Monochromatic Colors of #BCF8D4
Black with #BCF8D4
Text Example
Text Example
White with #BCF8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF8D4; }
p { color: rgb(188,248,212); }
H1.HeaderClassName
{
color: #BCF8D4;
}
.AnyTagClassName
{
color: #BCF8D4;
}
</style>
background-color css
<style>
a { background-color: #BCF8D4; }
a { background-color: rgb(188,248,212); }
div.DivClassName
{
background-color: #BCF8D4;
}
.BgClassName
{
background-color: #BCF8D4;
}
</style>
border-color css
<style>
span { border-color: #BCF8D4; }
span { border-color: rgb(188,248,212); }
td.TdClassName
{
border-color: #BCF8D4;
}
.TagClassName
{
border-color: #BCF8D4;
}
</style>