Shades of Aero Blue #BCE3CE
Tints of Aero Blue #BCE3CE
RGB
CMYK
RGB Variations
Color information
#BCE3CE (or 0xBCE3CE) is known color: Aero Blue. HEX triplet: BC, E3 and CE. RGB value is (188,227,206). Sum of RGB (Red+Green+Blue) = 188+227+206=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 227 (89.06% from 255 or 36.55% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3CE is #431C31. Grayscale: #D4D4D4. Windows color (decimal): -4398130 or 13558716. OLE color: 13558716.
HSL color Cylindrical-coordinate representation of color #BCE3CE: hue angle of 147.69º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE3CE is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 206 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.11 |
| HSL | 147.69º | 0.41% | 0.81% | - |
| HSV(B) | 147.69º | 0.17% | 0.89% | - |
| XYZ | 59.35 | 70.09 | 68.79 | - |
| YUV | 212.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 206 | 0.17 | 0 | 0.09 | 0.11 | 147.69 | 0.41 | 0.81 |
| Hex | BC | E3 | CE | 11 | 0 | 9 | B | 94 | 29 | 51 |
| Octal | 274 | 343 | 316 | 21 | 0 | 11 | 13 | 224 | 51 | 121 |
| Binary | 10111100 | 11100011 | 11001110 | 10001 | 0 | 1001 | 1011 | 10010100 | 101001 | 1010001 |
Color Harmonies of #BCE3CE
Complementary color
Monochromatic Colors of #BCE3CE
Black with #BCE3CE
Text Example
Text Example
White with #BCE3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE3CE; }
p { color: rgb(188,227,206); }
H1.HeaderClassName
{
color: #BCE3CE;
}
.AnyTagClassName
{
color: #BCE3CE;
}
</style>
background-color css
<style>
a { background-color: #BCE3CE; }
a { background-color: rgb(188,227,206); }
div.DivClassName
{
background-color: #BCE3CE;
}
.BgClassName
{
background-color: #BCE3CE;
}
</style>
border-color css
<style>
span { border-color: #BCE3CE; }
span { border-color: rgb(188,227,206); }
td.TdClassName
{
border-color: #BCE3CE;
}
.TagClassName
{
border-color: #BCE3CE;
}
</style>