Shades of Aero Blue #BCE9CF
Tints of Aero Blue #BCE9CF
RGB
CMYK
RGB Variations
Color information
#BCE9CF (or 0xBCE9CF) is known color: Aero Blue. HEX triplet: BC, E9 and CF. RGB value is (188,233,207). Sum of RGB (Red+Green+Blue) = 188+233+207=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE9CF is #431630. Grayscale: #D8D8D8. Windows color (decimal): -4396593 or 13625788. OLE color: 13625788.
HSL color Cylindrical-coordinate representation of color #BCE9CF: hue angle of 145.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE9CF is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 207 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.09 |
| HSL | 145.33º | 0.51% | 0.83% | - |
| HSV(B) | 145.33º | 0.19% | 0.91% | - |
| XYZ | 61.14 | 73.47 | 69.99 | - |
| YUV | 216.58 | 122.59 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 207 | 0.19 | 0 | 0.11 | 0.09 | 145.33 | 0.51 | 0.83 |
| Hex | BC | E9 | CF | 13 | 0 | B | 9 | 91 | 33 | 53 |
| Octal | 274 | 351 | 317 | 23 | 0 | 13 | 11 | 221 | 63 | 123 |
| Binary | 10111100 | 11101001 | 11001111 | 10011 | 0 | 1011 | 1001 | 10010001 | 110011 | 1010011 |
Color Harmonies of #BCE9CF
Complementary color
Monochromatic Colors of #BCE9CF
Black with #BCE9CF
Text Example
Text Example
White with #BCE9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE9CF; }
p { color: rgb(188,233,207); }
H1.HeaderClassName
{
color: #BCE9CF;
}
.AnyTagClassName
{
color: #BCE9CF;
}
</style>
background-color css
<style>
a { background-color: #BCE9CF; }
a { background-color: rgb(188,233,207); }
div.DivClassName
{
background-color: #BCE9CF;
}
.BgClassName
{
background-color: #BCE9CF;
}
</style>
border-color css
<style>
span { border-color: #BCE9CF; }
span { border-color: rgb(188,233,207); }
td.TdClassName
{
border-color: #BCE9CF;
}
.TagClassName
{
border-color: #BCE9CF;
}
</style>