Shades of Aero Blue #BCEAD9
Tints of Aero Blue #BCEAD9
RGB
CMYK
RGB Variations
Color information
#BCEAD9 (or 0xBCEAD9) is known color: Aero Blue. HEX triplet: BC, EA and D9. RGB value is (188,234,217). Sum of RGB (Red+Green+Blue) = 188+234+217=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAD9 is #431526. Grayscale: #DADADA. Windows color (decimal): -4396327 or 14281404. OLE color: 14281404.
HSL color Cylindrical-coordinate representation of color #BCEAD9: hue angle of 157.83º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEAD9 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 217 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.08 |
| HSL | 157.83º | 0.52% | 0.83% | - |
| HSV(B) | 157.83º | 0.2% | 0.92% | - |
| XYZ | 62.69 | 74.55 | 76.73 | - |
| YUV | 218.31 | 127.26 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 217 | 0.20 | 0 | 0.07 | 0.08 | 157.83 | 0.52 | 0.83 |
| Hex | BC | EA | D9 | 14 | 0 | 7 | 8 | 9E | 34 | 53 |
| Octal | 274 | 352 | 331 | 24 | 0 | 7 | 10 | 236 | 64 | 123 |
| Binary | 10111100 | 11101010 | 11011001 | 10100 | 0 | 111 | 1000 | 10011110 | 110100 | 1010011 |
Color Harmonies of #BCEAD9
Complementary color
Monochromatic Colors of #BCEAD9
Black with #BCEAD9
Text Example
Text Example
White with #BCEAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAD9; }
p { color: rgb(188,234,217); }
H1.HeaderClassName
{
color: #BCEAD9;
}
.AnyTagClassName
{
color: #BCEAD9;
}
</style>
background-color css
<style>
a { background-color: #BCEAD9; }
a { background-color: rgb(188,234,217); }
div.DivClassName
{
background-color: #BCEAD9;
}
.BgClassName
{
background-color: #BCEAD9;
}
</style>
border-color css
<style>
span { border-color: #BCEAD9; }
span { border-color: rgb(188,234,217); }
td.TdClassName
{
border-color: #BCEAD9;
}
.TagClassName
{
border-color: #BCEAD9;
}
</style>