Shades of Aero Blue #BCDAC9
Tints of Aero Blue #BCDAC9
RGB
CMYK
RGB Variations
Color information
#BCDAC9 (or 0xBCDAC9) is known color: Aero Blue. HEX triplet: BC, DA and C9. RGB value is (188,218,201). Sum of RGB (Red+Green+Blue) = 188+218+201=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAC9 is #432536. Grayscale: #CFCFCF. Windows color (decimal): -4400439 or 13228732. OLE color: 13228732.
HSL color Cylindrical-coordinate representation of color #BCDAC9: hue angle of 146º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDAC9 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 201 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.15 |
| HSL | 146º | 0.29% | 0.8% | - |
| HSV(B) | 146º | 0.14% | 0.85% | - |
| XYZ | 56.35 | 65.05 | 64.84 | - |
| YUV | 207.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 201 | 0.14 | 0 | 0.08 | 0.15 | 146 | 0.29 | 0.8 |
| Hex | BC | DA | C9 | E | 0 | 8 | F | 92 | 1D | 50 |
| Octal | 274 | 332 | 311 | 16 | 0 | 10 | 17 | 222 | 35 | 120 |
| Binary | 10111100 | 11011010 | 11001001 | 1110 | 0 | 1000 | 1111 | 10010010 | 11101 | 1010000 |
Color Harmonies of #BCDAC9
Complementary color
Monochromatic Colors of #BCDAC9
Black with #BCDAC9
Text Example
Text Example
White with #BCDAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDAC9; }
p { color: rgb(188,218,201); }
H1.HeaderClassName
{
color: #BCDAC9;
}
.AnyTagClassName
{
color: #BCDAC9;
}
</style>
background-color css
<style>
a { background-color: #BCDAC9; }
a { background-color: rgb(188,218,201); }
div.DivClassName
{
background-color: #BCDAC9;
}
.BgClassName
{
background-color: #BCDAC9;
}
</style>
border-color css
<style>
span { border-color: #BCDAC9; }
span { border-color: rgb(188,218,201); }
td.TdClassName
{
border-color: #BCDAC9;
}
.TagClassName
{
border-color: #BCDAC9;
}
</style>