Shades of Aero Blue #BCE3D0
Tints of Aero Blue #BCE3D0
RGB
CMYK
RGB Variations
Color information
#BCE3D0 (or 0xBCE3D0) is known color: Aero Blue. HEX triplet: BC, E3 and D0. RGB value is (188,227,208). Sum of RGB (Red+Green+Blue) = 188+227+208=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 227 (89.06% from 255 or 36.44% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3D0 is #431C2F. Grayscale: #D5D5D5. Windows color (decimal): -4398128 or 13689788. OLE color: 13689788.
HSL color Cylindrical-coordinate representation of color #BCE3D0: hue angle of 150.77º degrees, saturation: 0.41, 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 #BCE3D0 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 208 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.11 |
| HSL | 150.77º | 0.41% | 0.81% | - |
| HSV(B) | 150.77º | 0.17% | 0.89% | - |
| XYZ | 59.59 | 70.18 | 70.08 | - |
| YUV | 213.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 208 | 0.17 | 0 | 0.08 | 0.11 | 150.77 | 0.41 | 0.81 |
| Hex | BC | E3 | D0 | 11 | 0 | 8 | B | 97 | 29 | 51 |
| Octal | 274 | 343 | 320 | 21 | 0 | 10 | 13 | 227 | 51 | 121 |
| Binary | 10111100 | 11100011 | 11010000 | 10001 | 0 | 1000 | 1011 | 10010111 | 101001 | 1010001 |
Color Harmonies of #BCE3D0
Complementary color
Monochromatic Colors of #BCE3D0
Black with #BCE3D0
Text Example
Text Example
White with #BCE3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE3D0; }
p { color: rgb(188,227,208); }
H1.HeaderClassName
{
color: #BCE3D0;
}
.AnyTagClassName
{
color: #BCE3D0;
}
</style>
background-color css
<style>
a { background-color: #BCE3D0; }
a { background-color: rgb(188,227,208); }
div.DivClassName
{
background-color: #BCE3D0;
}
.BgClassName
{
background-color: #BCE3D0;
}
</style>
border-color css
<style>
span { border-color: #BCE3D0; }
span { border-color: rgb(188,227,208); }
td.TdClassName
{
border-color: #BCE3D0;
}
.TagClassName
{
border-color: #BCE3D0;
}
</style>