Shades of Aero Blue #BCE0D2
Tints of Aero Blue #BCE0D2
RGB
CMYK
RGB Variations
Color information
#BCE0D2 (or 0xBCE0D2) is known color: Aero Blue. HEX triplet: BC, E0 and D2. RGB value is (188,224,210). Sum of RGB (Red+Green+Blue) = 188+224+210=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0D2 is #431F2D. Grayscale: #D3D3D3. Windows color (decimal): -4398894 or 13820092. OLE color: 13820092.
HSL color Cylindrical-coordinate representation of color #BCE0D2: hue angle of 156.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE0D2 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 210 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.12 |
| HSL | 156.67º | 0.37% | 0.81% | - |
| HSV(B) | 156.67º | 0.16% | 0.88% | - |
| XYZ | 59.03 | 68.66 | 71.11 | - |
| YUV | 211.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 210 | 0.16 | 0 | 0.06 | 0.12 | 156.67 | 0.37 | 0.81 |
| Hex | BC | E0 | D2 | 10 | 0 | 6 | C | 9D | 25 | 51 |
| Octal | 274 | 340 | 322 | 20 | 0 | 6 | 14 | 235 | 45 | 121 |
| Binary | 10111100 | 11100000 | 11010010 | 10000 | 0 | 110 | 1100 | 10011101 | 100101 | 1010001 |
Color Harmonies of #BCE0D2
Complementary color
Monochromatic Colors of #BCE0D2
Black with #BCE0D2
Text Example
Text Example
White with #BCE0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE0D2; }
p { color: rgb(188,224,210); }
H1.HeaderClassName
{
color: #BCE0D2;
}
.AnyTagClassName
{
color: #BCE0D2;
}
</style>
background-color css
<style>
a { background-color: #BCE0D2; }
a { background-color: rgb(188,224,210); }
div.DivClassName
{
background-color: #BCE0D2;
}
.BgClassName
{
background-color: #BCE0D2;
}
</style>
border-color css
<style>
span { border-color: #BCE0D2; }
span { border-color: rgb(188,224,210); }
td.TdClassName
{
border-color: #BCE0D2;
}
.TagClassName
{
border-color: #BCE0D2;
}
</style>