Shades of Aero Blue #BCDBCC
Tints of Aero Blue #BCDBCC
RGB
CMYK
RGB Variations
Color information
#BCDBCC (or 0xBCDBCC) is known color: Aero Blue. HEX triplet: BC, DB and CC. RGB value is (188,219,204). Sum of RGB (Red+Green+Blue) = 188+219+204=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBCC is #432433. Grayscale: #D0D0D0. Windows color (decimal): -4400180 or 13425596. OLE color: 13425596.
HSL color Cylindrical-coordinate representation of color #BCDBCC: hue angle of 150.97º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDBCC is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 204 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.14 |
| HSL | 150.97º | 0.3% | 0.8% | - |
| HSV(B) | 150.97º | 0.14% | 0.86% | - |
| XYZ | 56.97 | 65.71 | 66.81 | - |
| YUV | 208.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 204 | 0.14 | 0 | 0.07 | 0.14 | 150.97 | 0.3 | 0.8 |
| Hex | BC | DB | CC | E | 0 | 7 | E | 97 | 1E | 50 |
| Octal | 274 | 333 | 314 | 16 | 0 | 7 | 16 | 227 | 36 | 120 |
| Binary | 10111100 | 11011011 | 11001100 | 1110 | 0 | 111 | 1110 | 10010111 | 11110 | 1010000 |
Color Harmonies of #BCDBCC
Complementary color
Monochromatic Colors of #BCDBCC
Black with #BCDBCC
Text Example
Text Example
White with #BCDBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBCC; }
p { color: rgb(188,219,204); }
H1.HeaderClassName
{
color: #BCDBCC;
}
.AnyTagClassName
{
color: #BCDBCC;
}
</style>
background-color css
<style>
a { background-color: #BCDBCC; }
a { background-color: rgb(188,219,204); }
div.DivClassName
{
background-color: #BCDBCC;
}
.BgClassName
{
background-color: #BCDBCC;
}
</style>
border-color css
<style>
span { border-color: #BCDBCC; }
span { border-color: rgb(188,219,204); }
td.TdClassName
{
border-color: #BCDBCC;
}
.TagClassName
{
border-color: #BCDBCC;
}
</style>