Shades of Aero Blue #BCF6DB
Tints of Aero Blue #BCF6DB
RGB
CMYK
RGB Variations
Color information
#BCF6DB (or 0xBCF6DB) is known color: Aero Blue. HEX triplet: BC, F6 and DB. RGB value is (188,246,219). Sum of RGB (Red+Green+Blue) = 188+246+219=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6DB is #430924. Grayscale: #E1E1E1. Windows color (decimal): -4393253 or 14415548. OLE color: 14415548.
HSL color Cylindrical-coordinate representation of color #BCF6DB: hue angle of 152.07º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6DB is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 219 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.04 |
| HSL | 152.07º | 0.76% | 0.85% | - |
| HSV(B) | 152.07º | 0.24% | 0.96% | - |
| XYZ | 66.48 | 81.72 | 79.29 | - |
| YUV | 225.58 | 124.28 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 219 | 0.24 | 0 | 0.11 | 0.04 | 152.07 | 0.76 | 0.85 |
| Hex | BC | F6 | DB | 18 | 0 | B | 4 | 98 | 4C | 55 |
| Octal | 274 | 366 | 333 | 30 | 0 | 13 | 4 | 230 | 114 | 125 |
| Binary | 10111100 | 11110110 | 11011011 | 11000 | 0 | 1011 | 100 | 10011000 | 1001100 | 1010101 |
Color Harmonies of #BCF6DB
Complementary color
Monochromatic Colors of #BCF6DB
Black with #BCF6DB
Text Example
Text Example
White with #BCF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF6DB; }
p { color: rgb(188,246,219); }
H1.HeaderClassName
{
color: #BCF6DB;
}
.AnyTagClassName
{
color: #BCF6DB;
}
</style>
background-color css
<style>
a { background-color: #BCF6DB; }
a { background-color: rgb(188,246,219); }
div.DivClassName
{
background-color: #BCF6DB;
}
.BgClassName
{
background-color: #BCF6DB;
}
</style>
border-color css
<style>
span { border-color: #BCF6DB; }
span { border-color: rgb(188,246,219); }
td.TdClassName
{
border-color: #BCF6DB;
}
.TagClassName
{
border-color: #BCF6DB;
}
</style>