Shades of Aero Blue #BCFCDD
Tints of Aero Blue #BCFCDD
RGB
CMYK
RGB Variations
Color information
#BCFCDD (or 0xBCFCDD) is known color: Aero Blue. HEX triplet: BC, FC and DD. RGB value is (188,252,221). Sum of RGB (Red+Green+Blue) = 188+252+221=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCDD is #430322. Grayscale: #E5E5E5. Windows color (decimal): -4391715 or 14548156. OLE color: 14548156.
HSL color Cylindrical-coordinate representation of color #BCFCDD: hue angle of 150.94º 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 #BCFCDD is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 221 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.01 |
| HSL | 150.94º | 0.91% | 0.86% | - |
| HSV(B) | 150.94º | 0.25% | 0.99% | - |
| XYZ | 68.6 | 85.53 | 81.3 | - |
| YUV | 229.33 | 123.3 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 221 | 0.25 | 0 | 0.12 | 0.01 | 150.94 | 0.91 | 0.86 |
| Hex | BC | FC | DD | 19 | 0 | C | 1 | 97 | 5B | 56 |
| Octal | 274 | 374 | 335 | 31 | 0 | 14 | 1 | 227 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11011101 | 11001 | 0 | 1100 | 1 | 10010111 | 1011011 | 1010110 |
Color Harmonies of #BCFCDD
Complementary color
Monochromatic Colors of #BCFCDD
Black with #BCFCDD
Text Example
Text Example
White with #BCFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCDD; }
p { color: rgb(188,252,221); }
H1.HeaderClassName
{
color: #BCFCDD;
}
.AnyTagClassName
{
color: #BCFCDD;
}
</style>
background-color css
<style>
a { background-color: #BCFCDD; }
a { background-color: rgb(188,252,221); }
div.DivClassName
{
background-color: #BCFCDD;
}
.BgClassName
{
background-color: #BCFCDD;
}
</style>
border-color css
<style>
span { border-color: #BCFCDD; }
span { border-color: rgb(188,252,221); }
td.TdClassName
{
border-color: #BCFCDD;
}
.TagClassName
{
border-color: #BCFCDD;
}
</style>