Shades of Aero Blue #BCFCDB
Tints of Aero Blue #BCFCDB
RGB
CMYK
RGB Variations
Color information
#BCFCDB (or 0xBCFCDB) is known color: Aero Blue. HEX triplet: BC, FC and DB. RGB value is (188,252,219). Sum of RGB (Red+Green+Blue) = 188+252+219=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCDB is #430324. Grayscale: #E5E5E5. Windows color (decimal): -4391717 or 14417084. OLE color: 14417084.
HSL color Cylindrical-coordinate representation of color #BCFCDB: hue angle of 149.06º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFCDB is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 219 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.01 |
| HSL | 149.06º | 0.91% | 0.86% | - |
| HSV(B) | 149.06º | 0.25% | 0.99% | - |
| XYZ | 68.34 | 85.43 | 79.91 | - |
| YUV | 229.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 219 | 0.25 | 0 | 0.13 | 0.01 | 149.06 | 0.91 | 0.86 |
| Hex | BC | FC | DB | 19 | 0 | D | 1 | 95 | 5B | 56 |
| Octal | 274 | 374 | 333 | 31 | 0 | 15 | 1 | 225 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11011011 | 11001 | 0 | 1101 | 1 | 10010101 | 1011011 | 1010110 |
Color Harmonies of #BCFCDB
Complementary color
Monochromatic Colors of #BCFCDB
Black with #BCFCDB
Text Example
Text Example
White with #BCFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCDB; }
p { color: rgb(188,252,219); }
H1.HeaderClassName
{
color: #BCFCDB;
}
.AnyTagClassName
{
color: #BCFCDB;
}
</style>
background-color css
<style>
a { background-color: #BCFCDB; }
a { background-color: rgb(188,252,219); }
div.DivClassName
{
background-color: #BCFCDB;
}
.BgClassName
{
background-color: #BCFCDB;
}
</style>
border-color css
<style>
span { border-color: #BCFCDB; }
span { border-color: rgb(188,252,219); }
td.TdClassName
{
border-color: #BCFCDB;
}
.TagClassName
{
border-color: #BCFCDB;
}
</style>