Shades of Aero Blue #BCF7DB
Tints of Aero Blue #BCF7DB
RGB
CMYK
RGB Variations
Color information
#BCF7DB (or 0xBCF7DB) is known color: Aero Blue. HEX triplet: BC, F7 and DB. RGB value is (188,247,219). Sum of RGB (Red+Green+Blue) = 188+247+219=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 247 (96.88% from 255 or 37.77% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF7DB is #430824. Grayscale: #E2E2E2. Windows color (decimal): -4392997 or 14415804. OLE color: 14415804.
HSL color Cylindrical-coordinate representation of color #BCF7DB: hue angle of 151.53º 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 #BCF7DB is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 219 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.03 |
| HSL | 151.53º | 0.79% | 0.85% | - |
| HSV(B) | 151.53º | 0.24% | 0.97% | - |
| XYZ | 66.79 | 82.33 | 79.39 | - |
| YUV | 226.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 219 | 0.24 | 0 | 0.11 | 0.03 | 151.53 | 0.79 | 0.85 |
| Hex | BC | F7 | DB | 18 | 0 | B | 3 | 98 | 4F | 55 |
| Octal | 274 | 367 | 333 | 30 | 0 | 13 | 3 | 230 | 117 | 125 |
| Binary | 10111100 | 11110111 | 11011011 | 11000 | 0 | 1011 | 11 | 10011000 | 1001111 | 1010101 |
Color Harmonies of #BCF7DB
Complementary color
Monochromatic Colors of #BCF7DB
Black with #BCF7DB
Text Example
Text Example
White with #BCF7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF7DB; }
p { color: rgb(188,247,219); }
H1.HeaderClassName
{
color: #BCF7DB;
}
.AnyTagClassName
{
color: #BCF7DB;
}
</style>
background-color css
<style>
a { background-color: #BCF7DB; }
a { background-color: rgb(188,247,219); }
div.DivClassName
{
background-color: #BCF7DB;
}
.BgClassName
{
background-color: #BCF7DB;
}
</style>
border-color css
<style>
span { border-color: #BCF7DB; }
span { border-color: rgb(188,247,219); }
td.TdClassName
{
border-color: #BCF7DB;
}
.TagClassName
{
border-color: #BCF7DB;
}
</style>