Shades of Aero Blue #BCDACA
Tints of Aero Blue #BCDACA
RGB
CMYK
RGB Variations
Color information
#BCDACA (or 0xBCDACA) is known color: Aero Blue. HEX triplet: BC, DA and CA. RGB value is (188,218,202). Sum of RGB (Red+Green+Blue) = 188+218+202=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDACA is #432535. Grayscale: #CFCFCF. Windows color (decimal): -4400438 or 13294268. OLE color: 13294268.
HSL color Cylindrical-coordinate representation of color #BCDACA: hue angle of 148º 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 #BCDACA is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 202 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.15 |
| HSL | 148º | 0.29% | 0.8% | - |
| HSV(B) | 148º | 0.14% | 0.85% | - |
| XYZ | 56.47 | 65.1 | 65.47 | - |
| YUV | 207.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 202 | 0.14 | 0 | 0.07 | 0.15 | 148 | 0.29 | 0.8 |
| Hex | BC | DA | CA | E | 0 | 7 | F | 94 | 1D | 50 |
| Octal | 274 | 332 | 312 | 16 | 0 | 7 | 17 | 224 | 35 | 120 |
| Binary | 10111100 | 11011010 | 11001010 | 1110 | 0 | 111 | 1111 | 10010100 | 11101 | 1010000 |
Color Harmonies of #BCDACA
Complementary color
Monochromatic Colors of #BCDACA
Black with #BCDACA
Text Example
Text Example
White with #BCDACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDACA; }
p { color: rgb(188,218,202); }
H1.HeaderClassName
{
color: #BCDACA;
}
.AnyTagClassName
{
color: #BCDACA;
}
</style>
background-color css
<style>
a { background-color: #BCDACA; }
a { background-color: rgb(188,218,202); }
div.DivClassName
{
background-color: #BCDACA;
}
.BgClassName
{
background-color: #BCDACA;
}
</style>
border-color css
<style>
span { border-color: #BCDACA; }
span { border-color: rgb(188,218,202); }
td.TdClassName
{
border-color: #BCDACA;
}
.TagClassName
{
border-color: #BCDACA;
}
</style>