Shades of Aero Blue #BCE7CE
Tints of Aero Blue #BCE7CE
RGB
CMYK
RGB Variations
Color information
#BCE7CE (or 0xBCE7CE) is known color: Aero Blue. HEX triplet: BC, E7 and CE. RGB value is (188,231,206). Sum of RGB (Red+Green+Blue) = 188+231+206=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7CE is #431831. Grayscale: #D7D7D7. Windows color (decimal): -4397106 or 13559740. OLE color: 13559740.
HSL color Cylindrical-coordinate representation of color #BCE7CE: hue angle of 145.12º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE7CE is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 206 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.09 |
| HSL | 145.12º | 0.47% | 0.82% | - |
| HSV(B) | 145.12º | 0.19% | 0.91% | - |
| XYZ | 60.46 | 72.3 | 69.16 | - |
| YUV | 215.29 | 122.75 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 206 | 0.19 | 0 | 0.11 | 0.09 | 145.12 | 0.47 | 0.82 |
| Hex | BC | E7 | CE | 13 | 0 | B | 9 | 91 | 2F | 52 |
| Octal | 274 | 347 | 316 | 23 | 0 | 13 | 11 | 221 | 57 | 122 |
| Binary | 10111100 | 11100111 | 11001110 | 10011 | 0 | 1011 | 1001 | 10010001 | 101111 | 1010010 |
Color Harmonies of #BCE7CE
Complementary color
Monochromatic Colors of #BCE7CE
Black with #BCE7CE
Text Example
Text Example
White with #BCE7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE7CE; }
p { color: rgb(188,231,206); }
H1.HeaderClassName
{
color: #BCE7CE;
}
.AnyTagClassName
{
color: #BCE7CE;
}
</style>
background-color css
<style>
a { background-color: #BCE7CE; }
a { background-color: rgb(188,231,206); }
div.DivClassName
{
background-color: #BCE7CE;
}
.BgClassName
{
background-color: #BCE7CE;
}
</style>
border-color css
<style>
span { border-color: #BCE7CE; }
span { border-color: rgb(188,231,206); }
td.TdClassName
{
border-color: #BCE7CE;
}
.TagClassName
{
border-color: #BCE7CE;
}
</style>