Shades of Aero Blue #BCF1DB
Tints of Aero Blue #BCF1DB
RGB
CMYK
RGB Variations
Color information
#BCF1DB (or 0xBCF1DB) is known color: Aero Blue. HEX triplet: BC, F1 and DB. RGB value is (188,241,219). Sum of RGB (Red+Green+Blue) = 188+241+219=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1DB is #430E24. Grayscale: #DEDEDE. Windows color (decimal): -4394533 or 14414268. OLE color: 14414268.
HSL color Cylindrical-coordinate representation of color #BCF1DB: hue angle of 155.09º degrees, saturation: 0.65, 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 #BCF1DB is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 219 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.05 |
| HSL | 155.09º | 0.65% | 0.84% | - |
| HSV(B) | 155.09º | 0.22% | 0.95% | - |
| XYZ | 64.98 | 78.72 | 78.79 | - |
| YUV | 222.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 219 | 0.22 | 0 | 0.09 | 0.05 | 155.09 | 0.65 | 0.84 |
| Hex | BC | F1 | DB | 16 | 0 | 9 | 5 | 9B | 41 | 54 |
| Octal | 274 | 361 | 333 | 26 | 0 | 11 | 5 | 233 | 101 | 124 |
| Binary | 10111100 | 11110001 | 11011011 | 10110 | 0 | 1001 | 101 | 10011011 | 1000001 | 1010100 |
Color Harmonies of #BCF1DB
Complementary color
Monochromatic Colors of #BCF1DB
Black with #BCF1DB
Text Example
Text Example
White with #BCF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF1DB; }
p { color: rgb(188,241,219); }
H1.HeaderClassName
{
color: #BCF1DB;
}
.AnyTagClassName
{
color: #BCF1DB;
}
</style>
background-color css
<style>
a { background-color: #BCF1DB; }
a { background-color: rgb(188,241,219); }
div.DivClassName
{
background-color: #BCF1DB;
}
.BgClassName
{
background-color: #BCF1DB;
}
</style>
border-color css
<style>
span { border-color: #BCF1DB; }
span { border-color: rgb(188,241,219); }
td.TdClassName
{
border-color: #BCF1DB;
}
.TagClassName
{
border-color: #BCF1DB;
}
</style>