Shades of Aero Blue #BCF5DB
Tints of Aero Blue #BCF5DB
RGB
CMYK
RGB Variations
Color information
#BCF5DB (or 0xBCF5DB) is known color: Aero Blue. HEX triplet: BC, F5 and DB. RGB value is (188,245,219). Sum of RGB (Red+Green+Blue) = 188+245+219=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 245 (96.09% from 255 or 37.58% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5DB is #430A24. Grayscale: #E1E1E1. Windows color (decimal): -4393509 or 14415292. OLE color: 14415292.
HSL color Cylindrical-coordinate representation of color #BCF5DB: hue angle of 152.63º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF5DB is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 219 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.04 |
| HSL | 152.63º | 0.74% | 0.85% | - |
| HSV(B) | 152.63º | 0.23% | 0.96% | - |
| XYZ | 66.18 | 81.11 | 79.19 | - |
| YUV | 224.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 219 | 0.23 | 0 | 0.11 | 0.04 | 152.63 | 0.74 | 0.85 |
| Hex | BC | F5 | DB | 17 | 0 | B | 4 | 99 | 4A | 55 |
| Octal | 274 | 365 | 333 | 27 | 0 | 13 | 4 | 231 | 112 | 125 |
| Binary | 10111100 | 11110101 | 11011011 | 10111 | 0 | 1011 | 100 | 10011001 | 1001010 | 1010101 |
Color Harmonies of #BCF5DB
Complementary color
Monochromatic Colors of #BCF5DB
Black with #BCF5DB
Text Example
Text Example
White with #BCF5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF5DB; }
p { color: rgb(188,245,219); }
H1.HeaderClassName
{
color: #BCF5DB;
}
.AnyTagClassName
{
color: #BCF5DB;
}
</style>
background-color css
<style>
a { background-color: #BCF5DB; }
a { background-color: rgb(188,245,219); }
div.DivClassName
{
background-color: #BCF5DB;
}
.BgClassName
{
background-color: #BCF5DB;
}
</style>
border-color css
<style>
span { border-color: #BCF5DB; }
span { border-color: rgb(188,245,219); }
td.TdClassName
{
border-color: #BCF5DB;
}
.TagClassName
{
border-color: #BCF5DB;
}
</style>