Shades of Aero Blue #BCFCDC
Tints of Aero Blue #BCFCDC
RGB
CMYK
RGB Variations
Color information
#BCFCDC (or 0xBCFCDC) is known color: Aero Blue. HEX triplet: BC, FC and DC. RGB value is (188,252,220). Sum of RGB (Red+Green+Blue) = 188+252+220=660 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.48% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCDC is #430323. Grayscale: #E5E5E5. Windows color (decimal): -4391716 or 14482620. OLE color: 14482620.
HSL color Cylindrical-coordinate representation of color #BCFCDC: hue angle of 150º 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 #BCFCDC is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 220 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.01 |
| HSL | 150º | 0.91% | 0.86% | - |
| HSV(B) | 150º | 0.25% | 0.99% | - |
| XYZ | 68.47 | 85.48 | 80.6 | - |
| YUV | 229.22 | 122.8 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 220 | 0.25 | 0 | 0.13 | 0.01 | 150 | 0.91 | 0.86 |
| Hex | BC | FC | DC | 19 | 0 | D | 1 | 96 | 5B | 56 |
| Octal | 274 | 374 | 334 | 31 | 0 | 15 | 1 | 226 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11011100 | 11001 | 0 | 1101 | 1 | 10010110 | 1011011 | 1010110 |
Color Harmonies of #BCFCDC
Complementary color
Monochromatic Colors of #BCFCDC
Black with #BCFCDC
Text Example
Text Example
White with #BCFCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCDC; }
p { color: rgb(188,252,220); }
H1.HeaderClassName
{
color: #BCFCDC;
}
.AnyTagClassName
{
color: #BCFCDC;
}
</style>
background-color css
<style>
a { background-color: #BCFCDC; }
a { background-color: rgb(188,252,220); }
div.DivClassName
{
background-color: #BCFCDC;
}
.BgClassName
{
background-color: #BCFCDC;
}
</style>
border-color css
<style>
span { border-color: #BCFCDC; }
span { border-color: rgb(188,252,220); }
td.TdClassName
{
border-color: #BCFCDC;
}
.TagClassName
{
border-color: #BCFCDC;
}
</style>