Shades of Aero Blue #BCE6CF
Tints of Aero Blue #BCE6CF
RGB
CMYK
RGB Variations
Color information
#BCE6CF (or 0xBCE6CF) is known color: Aero Blue. HEX triplet: BC, E6 and CF. RGB value is (188,230,207). Sum of RGB (Red+Green+Blue) = 188+230+207=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6CF is #431930. Grayscale: #D6D6D6. Windows color (decimal): -4397361 or 13625020. OLE color: 13625020.
HSL color Cylindrical-coordinate representation of color #BCE6CF: hue angle of 147.14º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE6CF is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 207 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.10 |
| HSL | 147.14º | 0.46% | 0.82% | - |
| HSV(B) | 147.14º | 0.18% | 0.9% | - |
| XYZ | 60.3 | 71.79 | 69.71 | - |
| YUV | 214.82 | 123.59 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 207 | 0.18 | 0 | 0.10 | 0.10 | 147.14 | 0.46 | 0.82 |
| Hex | BC | E6 | CF | 12 | 0 | A | A | 93 | 2E | 52 |
| Octal | 274 | 346 | 317 | 22 | 0 | 12 | 12 | 223 | 56 | 122 |
| Binary | 10111100 | 11100110 | 11001111 | 10010 | 0 | 1010 | 1010 | 10010011 | 101110 | 1010010 |
Color Harmonies of #BCE6CF
Complementary color
Monochromatic Colors of #BCE6CF
Black with #BCE6CF
Text Example
Text Example
White with #BCE6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE6CF; }
p { color: rgb(188,230,207); }
H1.HeaderClassName
{
color: #BCE6CF;
}
.AnyTagClassName
{
color: #BCE6CF;
}
</style>
background-color css
<style>
a { background-color: #BCE6CF; }
a { background-color: rgb(188,230,207); }
div.DivClassName
{
background-color: #BCE6CF;
}
.BgClassName
{
background-color: #BCE6CF;
}
</style>
border-color css
<style>
span { border-color: #BCE6CF; }
span { border-color: rgb(188,230,207); }
td.TdClassName
{
border-color: #BCE6CF;
}
.TagClassName
{
border-color: #BCE6CF;
}
</style>