Shades of Aero Blue #BCE2D0
Tints of Aero Blue #BCE2D0
RGB
CMYK
RGB Variations
Color information
#BCE2D0 (or 0xBCE2D0) is known color: Aero Blue. HEX triplet: BC, E2 and D0. RGB value is (188,226,208). Sum of RGB (Red+Green+Blue) = 188+226+208=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2D0 is #431D2F. Grayscale: #D4D4D4. Windows color (decimal): -4398384 or 13689532. OLE color: 13689532.
HSL color Cylindrical-coordinate representation of color #BCE2D0: hue angle of 151.58º 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 #BCE2D0 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 208 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.11 |
| HSL | 151.58º | 0.4% | 0.81% | - |
| HSV(B) | 151.58º | 0.17% | 0.89% | - |
| XYZ | 59.32 | 69.64 | 69.99 | - |
| YUV | 212.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 208 | 0.17 | 0 | 0.08 | 0.11 | 151.58 | 0.4 | 0.81 |
| Hex | BC | E2 | D0 | 11 | 0 | 8 | B | 98 | 28 | 51 |
| Octal | 274 | 342 | 320 | 21 | 0 | 10 | 13 | 230 | 50 | 121 |
| Binary | 10111100 | 11100010 | 11010000 | 10001 | 0 | 1000 | 1011 | 10011000 | 101000 | 1010001 |
Color Harmonies of #BCE2D0
Complementary color
Monochromatic Colors of #BCE2D0
Black with #BCE2D0
Text Example
Text Example
White with #BCE2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2D0; }
p { color: rgb(188,226,208); }
H1.HeaderClassName
{
color: #BCE2D0;
}
.AnyTagClassName
{
color: #BCE2D0;
}
</style>
background-color css
<style>
a { background-color: #BCE2D0; }
a { background-color: rgb(188,226,208); }
div.DivClassName
{
background-color: #BCE2D0;
}
.BgClassName
{
background-color: #BCE2D0;
}
</style>
border-color css
<style>
span { border-color: #BCE2D0; }
span { border-color: rgb(188,226,208); }
td.TdClassName
{
border-color: #BCE2D0;
}
.TagClassName
{
border-color: #BCE2D0;
}
</style>