Shades of Aero Blue #BCEAD6
Tints of Aero Blue #BCEAD6
RGB
CMYK
RGB Variations
Color information
#BCEAD6 (or 0xBCEAD6) is known color: Aero Blue. HEX triplet: BC, EA and D6. RGB value is (188,234,214). Sum of RGB (Red+Green+Blue) = 188+234+214=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAD6 is #431529. Grayscale: #DADADA. Windows color (decimal): -4396330 or 14084796. OLE color: 14084796.
HSL color Cylindrical-coordinate representation of color #BCEAD6: hue angle of 153.91º 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 #BCEAD6 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 214 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.08 |
| HSL | 153.91º | 0.52% | 0.83% | - |
| HSV(B) | 153.91º | 0.2% | 0.92% | - |
| XYZ | 62.3 | 74.39 | 74.69 | - |
| YUV | 217.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 214 | 0.20 | 0 | 0.09 | 0.08 | 153.91 | 0.52 | 0.83 |
| Hex | BC | EA | D6 | 14 | 0 | 9 | 8 | 9A | 34 | 53 |
| Octal | 274 | 352 | 326 | 24 | 0 | 11 | 10 | 232 | 64 | 123 |
| Binary | 10111100 | 11101010 | 11010110 | 10100 | 0 | 1001 | 1000 | 10011010 | 110100 | 1010011 |
Color Harmonies of #BCEAD6
Complementary color
Monochromatic Colors of #BCEAD6
Black with #BCEAD6
Text Example
Text Example
White with #BCEAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAD6; }
p { color: rgb(188,234,214); }
H1.HeaderClassName
{
color: #BCEAD6;
}
.AnyTagClassName
{
color: #BCEAD6;
}
</style>
background-color css
<style>
a { background-color: #BCEAD6; }
a { background-color: rgb(188,234,214); }
div.DivClassName
{
background-color: #BCEAD6;
}
.BgClassName
{
background-color: #BCEAD6;
}
</style>
border-color css
<style>
span { border-color: #BCEAD6; }
span { border-color: rgb(188,234,214); }
td.TdClassName
{
border-color: #BCEAD6;
}
.TagClassName
{
border-color: #BCEAD6;
}
</style>