Shades of Aero Blue #BCE5D1
Tints of Aero Blue #BCE5D1
RGB
CMYK
RGB Variations
Color information
#BCE5D1 (or 0xBCE5D1) is known color: Aero Blue. HEX triplet: BC, E5 and D1. RGB value is (188,229,209). Sum of RGB (Red+Green+Blue) = 188+229+209=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE5D1 is #431A2E. Grayscale: #D6D6D6. Windows color (decimal): -4397615 or 13755836. OLE color: 13755836.
HSL color Cylindrical-coordinate representation of color #BCE5D1: hue angle of 150.73º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE5D1 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 209 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.10 |
| HSL | 150.73º | 0.44% | 0.82% | - |
| HSV(B) | 150.73º | 0.18% | 0.9% | - |
| XYZ | 60.27 | 71.33 | 70.91 | - |
| YUV | 214.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 209 | 0.18 | 0 | 0.09 | 0.10 | 150.73 | 0.44 | 0.82 |
| Hex | BC | E5 | D1 | 12 | 0 | 9 | A | 97 | 2C | 52 |
| Octal | 274 | 345 | 321 | 22 | 0 | 11 | 12 | 227 | 54 | 122 |
| Binary | 10111100 | 11100101 | 11010001 | 10010 | 0 | 1001 | 1010 | 10010111 | 101100 | 1010010 |
Color Harmonies of #BCE5D1
Complementary color
Monochromatic Colors of #BCE5D1
Black with #BCE5D1
Text Example
Text Example
White with #BCE5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE5D1; }
p { color: rgb(188,229,209); }
H1.HeaderClassName
{
color: #BCE5D1;
}
.AnyTagClassName
{
color: #BCE5D1;
}
</style>
background-color css
<style>
a { background-color: #BCE5D1; }
a { background-color: rgb(188,229,209); }
div.DivClassName
{
background-color: #BCE5D1;
}
.BgClassName
{
background-color: #BCE5D1;
}
</style>
border-color css
<style>
span { border-color: #BCE5D1; }
span { border-color: rgb(188,229,209); }
td.TdClassName
{
border-color: #BCE5D1;
}
.TagClassName
{
border-color: #BCE5D1;
}
</style>