Shades of Aero Blue #BCF2DB
Tints of Aero Blue #BCF2DB
RGB
CMYK
RGB Variations
Color information
#BCF2DB (or 0xBCF2DB) is known color: Aero Blue. HEX triplet: BC, F2 and DB. RGB value is (188,242,219). Sum of RGB (Red+Green+Blue) = 188+242+219=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2DB is #430D24. Grayscale: #DFDFDF. Windows color (decimal): -4394277 or 14414524. OLE color: 14414524.
HSL color Cylindrical-coordinate representation of color #BCF2DB: hue angle of 154.44º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2DB is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 219 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.05 |
| HSL | 154.44º | 0.68% | 0.84% | - |
| HSV(B) | 154.44º | 0.22% | 0.95% | - |
| XYZ | 65.28 | 79.31 | 78.89 | - |
| YUV | 223.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 219 | 0.22 | 0 | 0.10 | 0.05 | 154.44 | 0.68 | 0.84 |
| Hex | BC | F2 | DB | 16 | 0 | A | 5 | 9A | 44 | 54 |
| Octal | 274 | 362 | 333 | 26 | 0 | 12 | 5 | 232 | 104 | 124 |
| Binary | 10111100 | 11110010 | 11011011 | 10110 | 0 | 1010 | 101 | 10011010 | 1000100 | 1010100 |
Color Harmonies of #BCF2DB
Complementary color
Monochromatic Colors of #BCF2DB
Black with #BCF2DB
Text Example
Text Example
White with #BCF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF2DB; }
p { color: rgb(188,242,219); }
H1.HeaderClassName
{
color: #BCF2DB;
}
.AnyTagClassName
{
color: #BCF2DB;
}
</style>
background-color css
<style>
a { background-color: #BCF2DB; }
a { background-color: rgb(188,242,219); }
div.DivClassName
{
background-color: #BCF2DB;
}
.BgClassName
{
background-color: #BCF2DB;
}
</style>
border-color css
<style>
span { border-color: #BCF2DB; }
span { border-color: rgb(188,242,219); }
td.TdClassName
{
border-color: #BCF2DB;
}
.TagClassName
{
border-color: #BCF2DB;
}
</style>