Shades of Aero Blue #BCEAD4
Tints of Aero Blue #BCEAD4
RGB
CMYK
RGB Variations
Color information
#BCEAD4 (or 0xBCEAD4) is known color: Aero Blue. HEX triplet: BC, EA and D4. RGB value is (188,234,212). Sum of RGB (Red+Green+Blue) = 188+234+212=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAD4 is #43152B. Grayscale: #D9D9D9. Windows color (decimal): -4396332 or 13953724. OLE color: 13953724.
HSL color Cylindrical-coordinate representation of color #BCEAD4: hue angle of 151.3º 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 #BCEAD4 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 212 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.08 |
| HSL | 151.3º | 0.52% | 0.83% | - |
| HSV(B) | 151.3º | 0.2% | 0.92% | - |
| XYZ | 62.05 | 74.29 | 73.36 | - |
| YUV | 217.74 | 124.76 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 212 | 0.20 | 0 | 0.09 | 0.08 | 151.3 | 0.52 | 0.83 |
| Hex | BC | EA | D4 | 14 | 0 | 9 | 8 | 97 | 34 | 53 |
| Octal | 274 | 352 | 324 | 24 | 0 | 11 | 10 | 227 | 64 | 123 |
| Binary | 10111100 | 11101010 | 11010100 | 10100 | 0 | 1001 | 1000 | 10010111 | 110100 | 1010011 |
Color Harmonies of #BCEAD4
Complementary color
Monochromatic Colors of #BCEAD4
Black with #BCEAD4
Text Example
Text Example
White with #BCEAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAD4; }
p { color: rgb(188,234,212); }
H1.HeaderClassName
{
color: #BCEAD4;
}
.AnyTagClassName
{
color: #BCEAD4;
}
</style>
background-color css
<style>
a { background-color: #BCEAD4; }
a { background-color: rgb(188,234,212); }
div.DivClassName
{
background-color: #BCEAD4;
}
.BgClassName
{
background-color: #BCEAD4;
}
</style>
border-color css
<style>
span { border-color: #BCEAD4; }
span { border-color: rgb(188,234,212); }
td.TdClassName
{
border-color: #BCEAD4;
}
.TagClassName
{
border-color: #BCEAD4;
}
</style>