Shades of Aero Blue #BCE2D3
Tints of Aero Blue #BCE2D3
RGB
CMYK
RGB Variations
Color information
#BCE2D3 (or 0xBCE2D3) is known color: Aero Blue. HEX triplet: BC, E2 and D3. RGB value is (188,226,211). Sum of RGB (Red+Green+Blue) = 188+226+211=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2D3 is #431D2C. Grayscale: #D4D4D4. Windows color (decimal): -4398381 or 13886140. OLE color: 13886140.
HSL color Cylindrical-coordinate representation of color #BCE2D3: hue angle of 156.32º 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 #BCE2D3 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 211 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.11 |
| HSL | 156.32º | 0.4% | 0.81% | - |
| HSV(B) | 156.32º | 0.17% | 0.89% | - |
| XYZ | 59.69 | 69.79 | 71.95 | - |
| YUV | 212.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 211 | 0.17 | 0 | 0.07 | 0.11 | 156.32 | 0.4 | 0.81 |
| Hex | BC | E2 | D3 | 11 | 0 | 7 | B | 9C | 28 | 51 |
| Octal | 274 | 342 | 323 | 21 | 0 | 7 | 13 | 234 | 50 | 121 |
| Binary | 10111100 | 11100010 | 11010011 | 10001 | 0 | 111 | 1011 | 10011100 | 101000 | 1010001 |
Color Harmonies of #BCE2D3
Complementary color
Monochromatic Colors of #BCE2D3
Black with #BCE2D3
Text Example
Text Example
White with #BCE2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2D3; }
p { color: rgb(188,226,211); }
H1.HeaderClassName
{
color: #BCE2D3;
}
.AnyTagClassName
{
color: #BCE2D3;
}
</style>
background-color css
<style>
a { background-color: #BCE2D3; }
a { background-color: rgb(188,226,211); }
div.DivClassName
{
background-color: #BCE2D3;
}
.BgClassName
{
background-color: #BCE2D3;
}
</style>
border-color css
<style>
span { border-color: #BCE2D3; }
span { border-color: rgb(188,226,211); }
td.TdClassName
{
border-color: #BCE2D3;
}
.TagClassName
{
border-color: #BCE2D3;
}
</style>