Shades of Aero Blue #BCF7D2
Tints of Aero Blue #BCF7D2
RGB
CMYK
RGB Variations
Color information
#BCF7D2 (or 0xBCF7D2) is known color: Aero Blue. HEX triplet: BC, F7 and D2. RGB value is (188,247,210). Sum of RGB (Red+Green+Blue) = 188+247+210=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 247 (96.88% from 255 or 38.29% from 645); Blue value is 210 (82.42% from 255 or 32.56% from 645); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF7D2 is #43082D. Grayscale: #E1E1E1. Windows color (decimal): -4393006 or 13825980. OLE color: 13825980.
HSL color Cylindrical-coordinate representation of color #BCF7D2: hue angle of 142.37º 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 #BCF7D2 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 210 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.03 |
| HSL | 142.37º | 0.79% | 0.85% | - |
| HSV(B) | 142.37º | 0.24% | 0.97% | - |
| XYZ | 65.63 | 81.87 | 73.32 | - |
| YUV | 225.14 | 119.45 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 210 | 0.24 | 0 | 0.15 | 0.03 | 142.37 | 0.79 | 0.85 |
| Hex | BC | F7 | D2 | 18 | 0 | F | 3 | 8E | 4F | 55 |
| Octal | 274 | 367 | 322 | 30 | 0 | 17 | 3 | 216 | 117 | 125 |
| Binary | 10111100 | 11110111 | 11010010 | 11000 | 0 | 1111 | 11 | 10001110 | 1001111 | 1010101 |
Color Harmonies of #BCF7D2
Complementary color
Monochromatic Colors of #BCF7D2
Black with #BCF7D2
Text Example
Text Example
White with #BCF7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF7D2; }
p { color: rgb(188,247,210); }
H1.HeaderClassName
{
color: #BCF7D2;
}
.AnyTagClassName
{
color: #BCF7D2;
}
</style>
background-color css
<style>
a { background-color: #BCF7D2; }
a { background-color: rgb(188,247,210); }
div.DivClassName
{
background-color: #BCF7D2;
}
.BgClassName
{
background-color: #BCF7D2;
}
</style>
border-color css
<style>
span { border-color: #BCF7D2; }
span { border-color: rgb(188,247,210); }
td.TdClassName
{
border-color: #BCF7D2;
}
.TagClassName
{
border-color: #BCF7D2;
}
</style>