Shades of Aero Blue #BCECD7
Tints of Aero Blue #BCECD7
RGB
CMYK
RGB Variations
Color information
#BCECD7 (or 0xBCECD7) is known color: Aero Blue. HEX triplet: BC, EC and D7. RGB value is (188,236,215). Sum of RGB (Red+Green+Blue) = 188+236+215=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECD7 is #431328. Grayscale: #DBDBDB. Windows color (decimal): -4395817 or 14150844. OLE color: 14150844.
HSL color Cylindrical-coordinate representation of color #BCECD7: hue angle of 153.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCECD7 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 215 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.07 |
| HSL | 153.75º | 0.56% | 0.83% | - |
| HSV(B) | 153.75º | 0.2% | 0.93% | - |
| XYZ | 63 | 75.59 | 75.56 | - |
| YUV | 219.25 | 125.6 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 215 | 0.20 | 0 | 0.09 | 0.07 | 153.75 | 0.56 | 0.83 |
| Hex | BC | EC | D7 | 14 | 0 | 9 | 7 | 9A | 38 | 53 |
| Octal | 274 | 354 | 327 | 24 | 0 | 11 | 7 | 232 | 70 | 123 |
| Binary | 10111100 | 11101100 | 11010111 | 10100 | 0 | 1001 | 111 | 10011010 | 111000 | 1010011 |
Color Harmonies of #BCECD7
Complementary color
Monochromatic Colors of #BCECD7
Black with #BCECD7
Text Example
Text Example
White with #BCECD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECD7; }
p { color: rgb(188,236,215); }
H1.HeaderClassName
{
color: #BCECD7;
}
.AnyTagClassName
{
color: #BCECD7;
}
</style>
background-color css
<style>
a { background-color: #BCECD7; }
a { background-color: rgb(188,236,215); }
div.DivClassName
{
background-color: #BCECD7;
}
.BgClassName
{
background-color: #BCECD7;
}
</style>
border-color css
<style>
span { border-color: #BCECD7; }
span { border-color: rgb(188,236,215); }
td.TdClassName
{
border-color: #BCECD7;
}
.TagClassName
{
border-color: #BCECD7;
}
</style>