Shades of Aero Blue #BCF7D4
Tints of Aero Blue #BCF7D4
RGB
CMYK
RGB Variations
Color information
#BCF7D4 (or 0xBCF7D4) is known color: Aero Blue. HEX triplet: BC, F7 and D4. RGB value is (188,247,212). Sum of RGB (Red+Green+Blue) = 188+247+212=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 247 (96.88% from 255 or 38.18% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF7D4 is #43082B. Grayscale: #E1E1E1. Windows color (decimal): -4393004 or 13957052. OLE color: 13957052.
HSL color Cylindrical-coordinate representation of color #BCF7D4: hue angle of 144.41º degrees, saturation: 0.79, 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 #BCF7D4 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 212 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.03 |
| HSL | 144.41º | 0.79% | 0.85% | - |
| HSV(B) | 144.41º | 0.24% | 0.97% | - |
| XYZ | 65.88 | 81.97 | 74.64 | - |
| YUV | 225.37 | 120.45 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 212 | 0.24 | 0 | 0.14 | 0.03 | 144.41 | 0.79 | 0.85 |
| Hex | BC | F7 | D4 | 18 | 0 | E | 3 | 90 | 4F | 55 |
| Octal | 274 | 367 | 324 | 30 | 0 | 16 | 3 | 220 | 117 | 125 |
| Binary | 10111100 | 11110111 | 11010100 | 11000 | 0 | 1110 | 11 | 10010000 | 1001111 | 1010101 |
Color Harmonies of #BCF7D4
Complementary color
Monochromatic Colors of #BCF7D4
Black with #BCF7D4
Text Example
Text Example
White with #BCF7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF7D4; }
p { color: rgb(188,247,212); }
H1.HeaderClassName
{
color: #BCF7D4;
}
.AnyTagClassName
{
color: #BCF7D4;
}
</style>
background-color css
<style>
a { background-color: #BCF7D4; }
a { background-color: rgb(188,247,212); }
div.DivClassName
{
background-color: #BCF7D4;
}
.BgClassName
{
background-color: #BCF7D4;
}
</style>
border-color css
<style>
span { border-color: #BCF7D4; }
span { border-color: rgb(188,247,212); }
td.TdClassName
{
border-color: #BCF7D4;
}
.TagClassName
{
border-color: #BCF7D4;
}
</style>