Shades of Aero Blue #BCEBCE
Tints of Aero Blue #BCEBCE
RGB
CMYK
RGB Variations
Color information
#BCEBCE (or 0xBCEBCE) is known color: Aero Blue. HEX triplet: BC, EB and CE. RGB value is (188,235,206). Sum of RGB (Red+Green+Blue) = 188+235+206=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBCE is #431431. Grayscale: #D9D9D9. Windows color (decimal): -4396082 or 13560764. OLE color: 13560764.
HSL color Cylindrical-coordinate representation of color #BCEBCE: hue angle of 142.98º 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 #BCEBCE is Cyan = 0.2, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 206 | - |
| CMYK | 0.2 | 0 | 0.12 | 0.08 |
| HSL | 142.98º | 0.54% | 0.83% | - |
| HSV(B) | 142.98º | 0.2% | 0.92% | - |
| XYZ | 61.59 | 74.56 | 69.54 | - |
| YUV | 217.64 | 121.43 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 206 | 0.2 | 0 | 0.12 | 0.08 | 142.98 | 0.54 | 0.83 |
| Hex | BC | EB | CE | 14 | 0 | C | 8 | 8F | 36 | 53 |
| Octal | 274 | 353 | 316 | 24 | 0 | 14 | 10 | 217 | 66 | 123 |
| Binary | 10111100 | 11101011 | 11001110 | 10100 | 0 | 1100 | 1000 | 10001111 | 110110 | 1010011 |
Color Harmonies of #BCEBCE
Complementary color
Monochromatic Colors of #BCEBCE
Black with #BCEBCE
Text Example
Text Example
White with #BCEBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBCE; }
p { color: rgb(188,235,206); }
H1.HeaderClassName
{
color: #BCEBCE;
}
.AnyTagClassName
{
color: #BCEBCE;
}
</style>
background-color css
<style>
a { background-color: #BCEBCE; }
a { background-color: rgb(188,235,206); }
div.DivClassName
{
background-color: #BCEBCE;
}
.BgClassName
{
background-color: #BCEBCE;
}
</style>
border-color css
<style>
span { border-color: #BCEBCE; }
span { border-color: rgb(188,235,206); }
td.TdClassName
{
border-color: #BCEBCE;
}
.TagClassName
{
border-color: #BCEBCE;
}
</style>