Shades of Aero Blue #BCE7D7
Tints of Aero Blue #BCE7D7
RGB
CMYK
RGB Variations
Color information
#BCE7D7 (or 0xBCE7D7) is known color: Aero Blue. HEX triplet: BC, E7 and D7. RGB value is (188,231,215). Sum of RGB (Red+Green+Blue) = 188+231+215=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7D7 is #431828. Grayscale: #D8D8D8. Windows color (decimal): -4397097 or 14149564. OLE color: 14149564.
HSL color Cylindrical-coordinate representation of color #BCE7D7: hue angle of 157.67º 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 #BCE7D7 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 215 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.09 |
| HSL | 157.67º | 0.47% | 0.82% | - |
| HSV(B) | 157.67º | 0.19% | 0.91% | - |
| XYZ | 61.58 | 72.75 | 75.09 | - |
| YUV | 216.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 215 | 0.19 | 0 | 0.07 | 0.09 | 157.67 | 0.47 | 0.82 |
| Hex | BC | E7 | D7 | 13 | 0 | 7 | 9 | 9E | 2F | 52 |
| Octal | 274 | 347 | 327 | 23 | 0 | 7 | 11 | 236 | 57 | 122 |
| Binary | 10111100 | 11100111 | 11010111 | 10011 | 0 | 111 | 1001 | 10011110 | 101111 | 1010010 |
Color Harmonies of #BCE7D7
Complementary color
Monochromatic Colors of #BCE7D7
Black with #BCE7D7
Text Example
Text Example
White with #BCE7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE7D7; }
p { color: rgb(188,231,215); }
H1.HeaderClassName
{
color: #BCE7D7;
}
.AnyTagClassName
{
color: #BCE7D7;
}
</style>
background-color css
<style>
a { background-color: #BCE7D7; }
a { background-color: rgb(188,231,215); }
div.DivClassName
{
background-color: #BCE7D7;
}
.BgClassName
{
background-color: #BCE7D7;
}
</style>
border-color css
<style>
span { border-color: #BCE7D7; }
span { border-color: rgb(188,231,215); }
td.TdClassName
{
border-color: #BCE7D7;
}
.TagClassName
{
border-color: #BCE7D7;
}
</style>