Shades of Aero Blue #BCE3D3
Tints of Aero Blue #BCE3D3
RGB
CMYK
RGB Variations
Color information
#BCE3D3 (or 0xBCE3D3) is known color: Aero Blue. HEX triplet: BC, E3 and D3. RGB value is (188,227,211). Sum of RGB (Red+Green+Blue) = 188+227+211=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 227 (89.06% from 255 or 36.26% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3D3 is #431C2C. Grayscale: #D5D5D5. Windows color (decimal): -4398125 or 13886396. OLE color: 13886396.
HSL color Cylindrical-coordinate representation of color #BCE3D3: hue angle of 155.38º 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 #BCE3D3 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 211 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.11 |
| HSL | 155.38º | 0.41% | 0.81% | - |
| HSV(B) | 155.38º | 0.17% | 0.89% | - |
| XYZ | 59.97 | 70.33 | 72.04 | - |
| YUV | 213.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 211 | 0.17 | 0 | 0.07 | 0.11 | 155.38 | 0.41 | 0.81 |
| Hex | BC | E3 | D3 | 11 | 0 | 7 | B | 9B | 29 | 51 |
| Octal | 274 | 343 | 323 | 21 | 0 | 7 | 13 | 233 | 51 | 121 |
| Binary | 10111100 | 11100011 | 11010011 | 10001 | 0 | 111 | 1011 | 10011011 | 101001 | 1010001 |
Color Harmonies of #BCE3D3
Complementary color
Monochromatic Colors of #BCE3D3
Black with #BCE3D3
Text Example
Text Example
White with #BCE3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE3D3; }
p { color: rgb(188,227,211); }
H1.HeaderClassName
{
color: #BCE3D3;
}
.AnyTagClassName
{
color: #BCE3D3;
}
</style>
background-color css
<style>
a { background-color: #BCE3D3; }
a { background-color: rgb(188,227,211); }
div.DivClassName
{
background-color: #BCE3D3;
}
.BgClassName
{
background-color: #BCE3D3;
}
</style>
border-color css
<style>
span { border-color: #BCE3D3; }
span { border-color: rgb(188,227,211); }
td.TdClassName
{
border-color: #BCE3D3;
}
.TagClassName
{
border-color: #BCE3D3;
}
</style>