Shades of Aero Blue #BCECD8
Tints of Aero Blue #BCECD8
RGB
CMYK
RGB Variations
Color information
#BCECD8 (or 0xBCECD8) is known color: Aero Blue. HEX triplet: BC, EC and D8. RGB value is (188,236,216). Sum of RGB (Red+Green+Blue) = 188+236+216=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 216 (84.77% from 255 or 33.75% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECD8 is #431327. Grayscale: #DBDBDB. Windows color (decimal): -4395816 or 14216380. OLE color: 14216380.
HSL color Cylindrical-coordinate representation of color #BCECD8: hue angle of 155º 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 #BCECD8 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 216 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.07 |
| HSL | 155º | 0.56% | 0.83% | - |
| HSV(B) | 155º | 0.2% | 0.93% | - |
| XYZ | 63.13 | 75.64 | 76.24 | - |
| YUV | 219.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 216 | 0.20 | 0 | 0.08 | 0.07 | 155 | 0.56 | 0.83 |
| Hex | BC | EC | D8 | 14 | 0 | 8 | 7 | 9B | 38 | 53 |
| Octal | 274 | 354 | 330 | 24 | 0 | 10 | 7 | 233 | 70 | 123 |
| Binary | 10111100 | 11101100 | 11011000 | 10100 | 0 | 1000 | 111 | 10011011 | 111000 | 1010011 |
Color Harmonies of #BCECD8
Complementary color
Monochromatic Colors of #BCECD8
Black with #BCECD8
Text Example
Text Example
White with #BCECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECD8; }
p { color: rgb(188,236,216); }
H1.HeaderClassName
{
color: #BCECD8;
}
.AnyTagClassName
{
color: #BCECD8;
}
</style>
background-color css
<style>
a { background-color: #BCECD8; }
a { background-color: rgb(188,236,216); }
div.DivClassName
{
background-color: #BCECD8;
}
.BgClassName
{
background-color: #BCECD8;
}
</style>
border-color css
<style>
span { border-color: #BCECD8; }
span { border-color: rgb(188,236,216); }
td.TdClassName
{
border-color: #BCECD8;
}
.TagClassName
{
border-color: #BCECD8;
}
</style>