Shades of Aero Blue #BCE6D4
Tints of Aero Blue #BCE6D4
RGB
CMYK
RGB Variations
Color information
#BCE6D4 (or 0xBCE6D4) is known color: Aero Blue. HEX triplet: BC, E6 and D4. RGB value is (188,230,212). Sum of RGB (Red+Green+Blue) = 188+230+212=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 212 (83.20% from 255 or 33.65% from 630); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6D4 is #43192B. Grayscale: #D7D7D7. Windows color (decimal): -4397356 or 13952700. OLE color: 13952700.
HSL color Cylindrical-coordinate representation of color #BCE6D4: hue angle of 154.29º 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 #BCE6D4 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 212 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.10 |
| HSL | 154.29º | 0.46% | 0.82% | - |
| HSV(B) | 154.29º | 0.18% | 0.9% | - |
| XYZ | 60.92 | 72.04 | 72.98 | - |
| YUV | 215.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 212 | 0.18 | 0 | 0.08 | 0.10 | 154.29 | 0.46 | 0.82 |
| Hex | BC | E6 | D4 | 12 | 0 | 8 | A | 9A | 2E | 52 |
| Octal | 274 | 346 | 324 | 22 | 0 | 10 | 12 | 232 | 56 | 122 |
| Binary | 10111100 | 11100110 | 11010100 | 10010 | 0 | 1000 | 1010 | 10011010 | 101110 | 1010010 |
Color Harmonies of #BCE6D4
Complementary color
Monochromatic Colors of #BCE6D4
Black with #BCE6D4
Text Example
Text Example
White with #BCE6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE6D4; }
p { color: rgb(188,230,212); }
H1.HeaderClassName
{
color: #BCE6D4;
}
.AnyTagClassName
{
color: #BCE6D4;
}
</style>
background-color css
<style>
a { background-color: #BCE6D4; }
a { background-color: rgb(188,230,212); }
div.DivClassName
{
background-color: #BCE6D4;
}
.BgClassName
{
background-color: #BCE6D4;
}
</style>
border-color css
<style>
span { border-color: #BCE6D4; }
span { border-color: rgb(188,230,212); }
td.TdClassName
{
border-color: #BCE6D4;
}
.TagClassName
{
border-color: #BCE6D4;
}
</style>