Shades of Aero Blue #BCE2D1
Tints of Aero Blue #BCE2D1
RGB
CMYK
RGB Variations
Color information
#BCE2D1 (or 0xBCE2D1) is known color: Aero Blue. HEX triplet: BC, E2 and D1. RGB value is (188,226,209). Sum of RGB (Red+Green+Blue) = 188+226+209=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 226 (88.67% from 255 or 36.28% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2D1 is #431D2E. Grayscale: #D4D4D4. Windows color (decimal): -4398383 or 13755068. OLE color: 13755068.
HSL color Cylindrical-coordinate representation of color #BCE2D1: hue angle of 153.16º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE2D1 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 209 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.11 |
| HSL | 153.16º | 0.4% | 0.81% | - |
| HSV(B) | 153.16º | 0.17% | 0.89% | - |
| XYZ | 59.44 | 69.69 | 70.64 | - |
| YUV | 212.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 209 | 0.17 | 0 | 0.08 | 0.11 | 153.16 | 0.4 | 0.81 |
| Hex | BC | E2 | D1 | 11 | 0 | 8 | B | 99 | 28 | 51 |
| Octal | 274 | 342 | 321 | 21 | 0 | 10 | 13 | 231 | 50 | 121 |
| Binary | 10111100 | 11100010 | 11010001 | 10001 | 0 | 1000 | 1011 | 10011001 | 101000 | 1010001 |
Color Harmonies of #BCE2D1
Complementary color
Monochromatic Colors of #BCE2D1
Black with #BCE2D1
Text Example
Text Example
White with #BCE2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2D1; }
p { color: rgb(188,226,209); }
H1.HeaderClassName
{
color: #BCE2D1;
}
.AnyTagClassName
{
color: #BCE2D1;
}
</style>
background-color css
<style>
a { background-color: #BCE2D1; }
a { background-color: rgb(188,226,209); }
div.DivClassName
{
background-color: #BCE2D1;
}
.BgClassName
{
background-color: #BCE2D1;
}
</style>
border-color css
<style>
span { border-color: #BCE2D1; }
span { border-color: rgb(188,226,209); }
td.TdClassName
{
border-color: #BCE2D1;
}
.TagClassName
{
border-color: #BCE2D1;
}
</style>