Shades of Aero Blue #BCDFD0
Tints of Aero Blue #BCDFD0
RGB
CMYK
RGB Variations
Color information
#BCDFD0 (or 0xBCDFD0) is known color: Aero Blue. HEX triplet: BC, DF and D0. RGB value is (188,223,208). Sum of RGB (Red+Green+Blue) = 188+223+208=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFD0 is #43202F. Grayscale: #D2D2D2. Windows color (decimal): -4399152 or 13688764. OLE color: 13688764.
HSL color Cylindrical-coordinate representation of color #BCDFD0: hue angle of 154.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFD0 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 208 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.13 |
| HSL | 154.29º | 0.35% | 0.81% | - |
| HSV(B) | 154.29º | 0.16% | 0.87% | - |
| XYZ | 58.51 | 68.02 | 69.72 | - |
| YUV | 210.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 208 | 0.16 | 0 | 0.07 | 0.13 | 154.29 | 0.35 | 0.81 |
| Hex | BC | DF | D0 | 10 | 0 | 7 | D | 9A | 23 | 51 |
| Octal | 274 | 337 | 320 | 20 | 0 | 7 | 15 | 232 | 43 | 121 |
| Binary | 10111100 | 11011111 | 11010000 | 10000 | 0 | 111 | 1101 | 10011010 | 100011 | 1010001 |
Color Harmonies of #BCDFD0
Complementary color
Monochromatic Colors of #BCDFD0
Black with #BCDFD0
Text Example
Text Example
White with #BCDFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFD0; }
p { color: rgb(188,223,208); }
H1.HeaderClassName
{
color: #BCDFD0;
}
.AnyTagClassName
{
color: #BCDFD0;
}
</style>
background-color css
<style>
a { background-color: #BCDFD0; }
a { background-color: rgb(188,223,208); }
div.DivClassName
{
background-color: #BCDFD0;
}
.BgClassName
{
background-color: #BCDFD0;
}
</style>
border-color css
<style>
span { border-color: #BCDFD0; }
span { border-color: rgb(188,223,208); }
td.TdClassName
{
border-color: #BCDFD0;
}
.TagClassName
{
border-color: #BCDFD0;
}
</style>