Shades of Aero Blue #BCFEDC
Tints of Aero Blue #BCFEDC
RGB
CMYK
RGB Variations
Color information
#BCFEDC (or 0xBCFEDC) is known color: Aero Blue. HEX triplet: BC, FE and DC. RGB value is (188,254,220). Sum of RGB (Red+Green+Blue) = 188+254+220=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEDC is #430123. Grayscale: #E6E6E6. Windows color (decimal): -4391204 or 14483132. OLE color: 14483132.
HSL color Cylindrical-coordinate representation of color #BCFEDC: hue angle of 149.09º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFEDC is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 220 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.00 |
| HSL | 149.09º | 0.97% | 0.87% | - |
| HSV(B) | 149.09º | 0.26% | 1% | - |
| XYZ | 69.1 | 86.74 | 80.81 | - |
| YUV | 230.39 | 122.13 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 220 | 0.26 | 0 | 0.13 | 0.00 | 149.09 | 0.97 | 0.87 |
| Hex | BC | FE | DC | 1A | 0 | D | 0 | 95 | 61 | 57 |
| Octal | 274 | 376 | 334 | 32 | 0 | 15 | 0 | 225 | 141 | 127 |
| Binary | 10111100 | 11111110 | 11011100 | 11010 | 0 | 1101 | 0 | 10010101 | 1100001 | 1010111 |
Color Harmonies of #BCFEDC
Complementary color
Monochromatic Colors of #BCFEDC
Black with #BCFEDC
Text Example
Text Example
White with #BCFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFEDC; }
p { color: rgb(188,254,220); }
H1.HeaderClassName
{
color: #BCFEDC;
}
.AnyTagClassName
{
color: #BCFEDC;
}
</style>
background-color css
<style>
a { background-color: #BCFEDC; }
a { background-color: rgb(188,254,220); }
div.DivClassName
{
background-color: #BCFEDC;
}
.BgClassName
{
background-color: #BCFEDC;
}
</style>
border-color css
<style>
span { border-color: #BCFEDC; }
span { border-color: rgb(188,254,220); }
td.TdClassName
{
border-color: #BCFEDC;
}
.TagClassName
{
border-color: #BCFEDC;
}
</style>