Shades of Aero Blue #BCE7CF
Tints of Aero Blue #BCE7CF
RGB
CMYK
RGB Variations
Color information
#BCE7CF (or 0xBCE7CF) is known color: Aero Blue. HEX triplet: BC, E7 and CF. RGB value is (188,231,207). Sum of RGB (Red+Green+Blue) = 188+231+207=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7CF is #431830. Grayscale: #D7D7D7. Windows color (decimal): -4397105 or 13625276. OLE color: 13625276.
HSL color Cylindrical-coordinate representation of color #BCE7CF: hue angle of 146.51º 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 #BCE7CF is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 207 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.09 |
| HSL | 146.51º | 0.47% | 0.82% | - |
| HSV(B) | 146.51º | 0.19% | 0.91% | - |
| XYZ | 60.58 | 72.35 | 69.8 | - |
| YUV | 215.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 207 | 0.19 | 0 | 0.10 | 0.09 | 146.51 | 0.47 | 0.82 |
| Hex | BC | E7 | CF | 13 | 0 | A | 9 | 93 | 2F | 52 |
| Octal | 274 | 347 | 317 | 23 | 0 | 12 | 11 | 223 | 57 | 122 |
| Binary | 10111100 | 11100111 | 11001111 | 10011 | 0 | 1010 | 1001 | 10010011 | 101111 | 1010010 |
Color Harmonies of #BCE7CF
Complementary color
Monochromatic Colors of #BCE7CF
Black with #BCE7CF
Text Example
Text Example
White with #BCE7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE7CF; }
p { color: rgb(188,231,207); }
H1.HeaderClassName
{
color: #BCE7CF;
}
.AnyTagClassName
{
color: #BCE7CF;
}
</style>
background-color css
<style>
a { background-color: #BCE7CF; }
a { background-color: rgb(188,231,207); }
div.DivClassName
{
background-color: #BCE7CF;
}
.BgClassName
{
background-color: #BCE7CF;
}
</style>
border-color css
<style>
span { border-color: #BCE7CF; }
span { border-color: rgb(188,231,207); }
td.TdClassName
{
border-color: #BCE7CF;
}
.TagClassName
{
border-color: #BCE7CF;
}
</style>