Shades of Aero Blue #BCEBD9
Tints of Aero Blue #BCEBD9
RGB
CMYK
RGB Variations
Color information
#BCEBD9 (or 0xBCEBD9) is known color: Aero Blue. HEX triplet: BC, EB and D9. RGB value is (188,235,217). Sum of RGB (Red+Green+Blue) = 188+235+217=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBD9 is #431426. Grayscale: #DADADA. Windows color (decimal): -4396071 or 14281660. OLE color: 14281660.
HSL color Cylindrical-coordinate representation of color #BCEBD9: hue angle of 157.02º degrees, saturation: 0.54, 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 #BCEBD9 is Cyan = 0.2, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 217 | - |
| CMYK | 0.2 | 0 | 0.08 | 0.08 |
| HSL | 157.02º | 0.54% | 0.83% | - |
| HSV(B) | 157.02º | 0.2% | 0.92% | - |
| XYZ | 62.97 | 75.12 | 76.83 | - |
| YUV | 218.9 | 126.93 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 217 | 0.2 | 0 | 0.08 | 0.08 | 157.02 | 0.54 | 0.83 |
| Hex | BC | EB | D9 | 14 | 0 | 8 | 8 | 9D | 36 | 53 |
| Octal | 274 | 353 | 331 | 24 | 0 | 10 | 10 | 235 | 66 | 123 |
| Binary | 10111100 | 11101011 | 11011001 | 10100 | 0 | 1000 | 1000 | 10011101 | 110110 | 1010011 |
Color Harmonies of #BCEBD9
Complementary color
Monochromatic Colors of #BCEBD9
Black with #BCEBD9
Text Example
Text Example
White with #BCEBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBD9; }
p { color: rgb(188,235,217); }
H1.HeaderClassName
{
color: #BCEBD9;
}
.AnyTagClassName
{
color: #BCEBD9;
}
</style>
background-color css
<style>
a { background-color: #BCEBD9; }
a { background-color: rgb(188,235,217); }
div.DivClassName
{
background-color: #BCEBD9;
}
.BgClassName
{
background-color: #BCEBD9;
}
</style>
border-color css
<style>
span { border-color: #BCEBD9; }
span { border-color: rgb(188,235,217); }
td.TdClassName
{
border-color: #BCEBD9;
}
.TagClassName
{
border-color: #BCEBD9;
}
</style>