Shades of Aero Blue #BCF9DB
Tints of Aero Blue #BCF9DB
RGB
CMYK
RGB Variations
Color information
#BCF9DB (or 0xBCF9DB) is known color: Aero Blue. HEX triplet: BC, F9 and DB. RGB value is (188,249,219). Sum of RGB (Red+Green+Blue) = 188+249+219=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9DB is #430624. Grayscale: #E3E3E3. Windows color (decimal): -4392485 or 14416316. OLE color: 14416316.
HSL color Cylindrical-coordinate representation of color #BCF9DB: hue angle of 150.49º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF9DB is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 219 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.02 |
| HSL | 150.49º | 0.84% | 0.86% | - |
| HSV(B) | 150.49º | 0.24% | 0.98% | - |
| XYZ | 67.4 | 83.56 | 79.59 | - |
| YUV | 227.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 219 | 0.24 | 0 | 0.12 | 0.02 | 150.49 | 0.84 | 0.86 |
| Hex | BC | F9 | DB | 18 | 0 | C | 2 | 96 | 54 | 56 |
| Octal | 274 | 371 | 333 | 30 | 0 | 14 | 2 | 226 | 124 | 126 |
| Binary | 10111100 | 11111001 | 11011011 | 11000 | 0 | 1100 | 10 | 10010110 | 1010100 | 1010110 |
Color Harmonies of #BCF9DB
Complementary color
Monochromatic Colors of #BCF9DB
Black with #BCF9DB
Text Example
Text Example
White with #BCF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF9DB; }
p { color: rgb(188,249,219); }
H1.HeaderClassName
{
color: #BCF9DB;
}
.AnyTagClassName
{
color: #BCF9DB;
}
</style>
background-color css
<style>
a { background-color: #BCF9DB; }
a { background-color: rgb(188,249,219); }
div.DivClassName
{
background-color: #BCF9DB;
}
.BgClassName
{
background-color: #BCF9DB;
}
</style>
border-color css
<style>
span { border-color: #BCF9DB; }
span { border-color: rgb(188,249,219); }
td.TdClassName
{
border-color: #BCF9DB;
}
.TagClassName
{
border-color: #BCF9DB;
}
</style>