Shades of Aero Blue #BCEBD5
Tints of Aero Blue #BCEBD5
RGB
CMYK
RGB Variations
Color information
#BCEBD5 (or 0xBCEBD5) is known color: Aero Blue. HEX triplet: BC, EB and D5. RGB value is (188,235,213). Sum of RGB (Red+Green+Blue) = 188+235+213=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBD5 is #43142A. Grayscale: #DADADA. Windows color (decimal): -4396075 or 14019516. OLE color: 14019516.
HSL color Cylindrical-coordinate representation of color #BCEBD5: hue angle of 151.91º 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 #BCEBD5 is Cyan = 0.2, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 213 | - |
| CMYK | 0.2 | 0 | 0.09 | 0.08 |
| HSL | 151.91º | 0.54% | 0.83% | - |
| HSV(B) | 151.91º | 0.2% | 0.92% | - |
| XYZ | 62.46 | 74.91 | 74.12 | - |
| YUV | 218.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 213 | 0.2 | 0 | 0.09 | 0.08 | 151.91 | 0.54 | 0.83 |
| Hex | BC | EB | D5 | 14 | 0 | 9 | 8 | 98 | 36 | 53 |
| Octal | 274 | 353 | 325 | 24 | 0 | 11 | 10 | 230 | 66 | 123 |
| Binary | 10111100 | 11101011 | 11010101 | 10100 | 0 | 1001 | 1000 | 10011000 | 110110 | 1010011 |
Color Harmonies of #BCEBD5
Complementary color
Monochromatic Colors of #BCEBD5
Black with #BCEBD5
Text Example
Text Example
White with #BCEBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBD5; }
p { color: rgb(188,235,213); }
H1.HeaderClassName
{
color: #BCEBD5;
}
.AnyTagClassName
{
color: #BCEBD5;
}
</style>
background-color css
<style>
a { background-color: #BCEBD5; }
a { background-color: rgb(188,235,213); }
div.DivClassName
{
background-color: #BCEBD5;
}
.BgClassName
{
background-color: #BCEBD5;
}
</style>
border-color css
<style>
span { border-color: #BCEBD5; }
span { border-color: rgb(188,235,213); }
td.TdClassName
{
border-color: #BCEBD5;
}
.TagClassName
{
border-color: #BCEBD5;
}
</style>