Shades of Aero Blue #BCFCDA
Tints of Aero Blue #BCFCDA
RGB
CMYK
RGB Variations
Color information
#BCFCDA (or 0xBCFCDA) is known color: Aero Blue. HEX triplet: BC, FC and DA. RGB value is (188,252,218). Sum of RGB (Red+Green+Blue) = 188+252+218=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCDA is #430325. Grayscale: #E5E5E5. Windows color (decimal): -4391718 or 14351548. OLE color: 14351548.
HSL color Cylindrical-coordinate representation of color #BCFCDA: hue angle of 148.12º 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 #BCFCDA is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 218 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.01 |
| HSL | 148.13º | 0.91% | 0.86% | - |
| HSV(B) | 148.13º | 0.25% | 0.99% | - |
| XYZ | 68.2 | 85.37 | 79.21 | - |
| YUV | 228.99 | 121.8 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 218 | 0.25 | 0 | 0.13 | 0.01 | 148.13 | 0.91 | 0.86 |
| Hex | BC | FC | DA | 19 | 0 | D | 1 | 94 | 5B | 56 |
| Octal | 274 | 374 | 332 | 31 | 0 | 15 | 1 | 224 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11011010 | 11001 | 0 | 1101 | 1 | 10010100 | 1011011 | 1010110 |
Color Harmonies of #BCFCDA
Complementary color
Monochromatic Colors of #BCFCDA
Black with #BCFCDA
Text Example
Text Example
White with #BCFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCDA; }
p { color: rgb(188,252,218); }
H1.HeaderClassName
{
color: #BCFCDA;
}
.AnyTagClassName
{
color: #BCFCDA;
}
</style>
background-color css
<style>
a { background-color: #BCFCDA; }
a { background-color: rgb(188,252,218); }
div.DivClassName
{
background-color: #BCFCDA;
}
.BgClassName
{
background-color: #BCFCDA;
}
</style>
border-color css
<style>
span { border-color: #BCFCDA; }
span { border-color: rgb(188,252,218); }
td.TdClassName
{
border-color: #BCFCDA;
}
.TagClassName
{
border-color: #BCFCDA;
}
</style>