Shades of Aero Blue #BCEAD7
Tints of Aero Blue #BCEAD7
RGB
CMYK
RGB Variations
Color information
#BCEAD7 (or 0xBCEAD7) is known color: Aero Blue. HEX triplet: BC, EA and D7. RGB value is (188,234,215). Sum of RGB (Red+Green+Blue) = 188+234+215=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAD7 is #431528. Grayscale: #DADADA. Windows color (decimal): -4396329 or 14150332. OLE color: 14150332.
HSL color Cylindrical-coordinate representation of color #BCEAD7: hue angle of 155.22º 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 #BCEAD7 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 215 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.08 |
| HSL | 155.22º | 0.52% | 0.83% | - |
| HSV(B) | 155.22º | 0.2% | 0.92% | - |
| XYZ | 62.43 | 74.44 | 75.37 | - |
| YUV | 218.08 | 126.26 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 215 | 0.20 | 0 | 0.08 | 0.08 | 155.22 | 0.52 | 0.83 |
| Hex | BC | EA | D7 | 14 | 0 | 8 | 8 | 9B | 34 | 53 |
| Octal | 274 | 352 | 327 | 24 | 0 | 10 | 10 | 233 | 64 | 123 |
| Binary | 10111100 | 11101010 | 11010111 | 10100 | 0 | 1000 | 1000 | 10011011 | 110100 | 1010011 |
Color Harmonies of #BCEAD7
Complementary color
Monochromatic Colors of #BCEAD7
Black with #BCEAD7
Text Example
Text Example
White with #BCEAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAD7; }
p { color: rgb(188,234,215); }
H1.HeaderClassName
{
color: #BCEAD7;
}
.AnyTagClassName
{
color: #BCEAD7;
}
</style>
background-color css
<style>
a { background-color: #BCEAD7; }
a { background-color: rgb(188,234,215); }
div.DivClassName
{
background-color: #BCEAD7;
}
.BgClassName
{
background-color: #BCEAD7;
}
</style>
border-color css
<style>
span { border-color: #BCEAD7; }
span { border-color: rgb(188,234,215); }
td.TdClassName
{
border-color: #BCEAD7;
}
.TagClassName
{
border-color: #BCEAD7;
}
</style>