Shades of Aero Blue #BCF4DB
Tints of Aero Blue #BCF4DB
RGB
CMYK
RGB Variations
Color information
#BCF4DB (or 0xBCF4DB) is known color: Aero Blue. HEX triplet: BC, F4 and DB. RGB value is (188,244,219). Sum of RGB (Red+Green+Blue) = 188+244+219=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 244 (95.70% from 255 or 37.48% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF4DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF4DB is #430B24. Grayscale: #E0E0E0. Windows color (decimal): -4393765 or 14415036. OLE color: 14415036.
HSL color Cylindrical-coordinate representation of color #BCF4DB: hue angle of 153.21º degrees, saturation: 0.72, 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 #BCF4DB is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 219 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.04 |
| HSL | 153.21º | 0.72% | 0.85% | - |
| HSV(B) | 153.21º | 0.23% | 0.96% | - |
| XYZ | 65.88 | 80.51 | 79.09 | - |
| YUV | 224.41 | 124.95 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 219 | 0.23 | 0 | 0.10 | 0.04 | 153.21 | 0.72 | 0.85 |
| Hex | BC | F4 | DB | 17 | 0 | A | 4 | 99 | 48 | 55 |
| Octal | 274 | 364 | 333 | 27 | 0 | 12 | 4 | 231 | 110 | 125 |
| Binary | 10111100 | 11110100 | 11011011 | 10111 | 0 | 1010 | 100 | 10011001 | 1001000 | 1010101 |
Color Harmonies of #BCF4DB
Complementary color
Monochromatic Colors of #BCF4DB
Black with #BCF4DB
Text Example
Text Example
White with #BCF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF4DB; }
p { color: rgb(188,244,219); }
H1.HeaderClassName
{
color: #BCF4DB;
}
.AnyTagClassName
{
color: #BCF4DB;
}
</style>
background-color css
<style>
a { background-color: #BCF4DB; }
a { background-color: rgb(188,244,219); }
div.DivClassName
{
background-color: #BCF4DB;
}
.BgClassName
{
background-color: #BCF4DB;
}
</style>
border-color css
<style>
span { border-color: #BCF4DB; }
span { border-color: rgb(188,244,219); }
td.TdClassName
{
border-color: #BCF4DB;
}
.TagClassName
{
border-color: #BCF4DB;
}
</style>