Shades of Aero Blue #BCE6D3
Tints of Aero Blue #BCE6D3
RGB
CMYK
RGB Variations
Color information
#BCE6D3 (or 0xBCE6D3) is known color: Aero Blue. HEX triplet: BC, E6 and D3. RGB value is (188,230,211). Sum of RGB (Red+Green+Blue) = 188+230+211=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 211 (82.81% from 255 or 33.55% from 629); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6D3 is #43192C. Grayscale: #D7D7D7. Windows color (decimal): -4397357 or 13887164. OLE color: 13887164.
HSL color Cylindrical-coordinate representation of color #BCE6D3: hue angle of 152.86º degrees, saturation: 0.46, 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 #BCE6D3 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 211 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.10 |
| HSL | 152.86º | 0.46% | 0.82% | - |
| HSV(B) | 152.86º | 0.18% | 0.9% | - |
| XYZ | 60.79 | 71.99 | 72.32 | - |
| YUV | 215.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 211 | 0.18 | 0 | 0.08 | 0.10 | 152.86 | 0.46 | 0.82 |
| Hex | BC | E6 | D3 | 12 | 0 | 8 | A | 99 | 2E | 52 |
| Octal | 274 | 346 | 323 | 22 | 0 | 10 | 12 | 231 | 56 | 122 |
| Binary | 10111100 | 11100110 | 11010011 | 10010 | 0 | 1000 | 1010 | 10011001 | 101110 | 1010010 |
Color Harmonies of #BCE6D3
Complementary color
Monochromatic Colors of #BCE6D3
Black with #BCE6D3
Text Example
Text Example
White with #BCE6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE6D3; }
p { color: rgb(188,230,211); }
H1.HeaderClassName
{
color: #BCE6D3;
}
.AnyTagClassName
{
color: #BCE6D3;
}
</style>
background-color css
<style>
a { background-color: #BCE6D3; }
a { background-color: rgb(188,230,211); }
div.DivClassName
{
background-color: #BCE6D3;
}
.BgClassName
{
background-color: #BCE6D3;
}
</style>
border-color css
<style>
span { border-color: #BCE6D3; }
span { border-color: rgb(188,230,211); }
td.TdClassName
{
border-color: #BCE6D3;
}
.TagClassName
{
border-color: #BCE6D3;
}
</style>