Shades of Aero Blue #BCECD5
Tints of Aero Blue #BCECD5
RGB
CMYK
RGB Variations
Color information
#BCECD5 (or 0xBCECD5) is known color: Aero Blue. HEX triplet: BC, EC and D5. RGB value is (188,236,213). Sum of RGB (Red+Green+Blue) = 188+236+213=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECD5 is #43132A. Grayscale: #DBDBDB. Windows color (decimal): -4395819 or 14019772. OLE color: 14019772.
HSL color Cylindrical-coordinate representation of color #BCECD5: hue angle of 151.25º 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 #BCECD5 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 213 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.07 |
| HSL | 151.25º | 0.56% | 0.83% | - |
| HSV(B) | 151.25º | 0.2% | 0.93% | - |
| XYZ | 62.74 | 75.49 | 74.21 | - |
| YUV | 219.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 213 | 0.20 | 0 | 0.10 | 0.07 | 151.25 | 0.56 | 0.83 |
| Hex | BC | EC | D5 | 14 | 0 | A | 7 | 97 | 38 | 53 |
| Octal | 274 | 354 | 325 | 24 | 0 | 12 | 7 | 227 | 70 | 123 |
| Binary | 10111100 | 11101100 | 11010101 | 10100 | 0 | 1010 | 111 | 10010111 | 111000 | 1010011 |
Color Harmonies of #BCECD5
Complementary color
Monochromatic Colors of #BCECD5
Black with #BCECD5
Text Example
Text Example
White with #BCECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECD5; }
p { color: rgb(188,236,213); }
H1.HeaderClassName
{
color: #BCECD5;
}
.AnyTagClassName
{
color: #BCECD5;
}
</style>
background-color css
<style>
a { background-color: #BCECD5; }
a { background-color: rgb(188,236,213); }
div.DivClassName
{
background-color: #BCECD5;
}
.BgClassName
{
background-color: #BCECD5;
}
</style>
border-color css
<style>
span { border-color: #BCECD5; }
span { border-color: rgb(188,236,213); }
td.TdClassName
{
border-color: #BCECD5;
}
.TagClassName
{
border-color: #BCECD5;
}
</style>