Shades of Aero Blue #BCDFCA
Tints of Aero Blue #BCDFCA
RGB
CMYK
RGB Variations
Color information
#BCDFCA (or 0xBCDFCA) is known color: Aero Blue. HEX triplet: BC, DF and CA. RGB value is (188,223,202). Sum of RGB (Red+Green+Blue) = 188+223+202=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFCA is #432035. Grayscale: #D2D2D2. Windows color (decimal): -4399158 or 13295548. OLE color: 13295548.
HSL color Cylindrical-coordinate representation of color #BCDFCA: hue angle of 144º 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 #BCDFCA is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 202 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.13 |
| HSL | 144º | 0.35% | 0.81% | - |
| HSV(B) | 144º | 0.16% | 0.87% | - |
| XYZ | 57.79 | 67.73 | 65.9 | - |
| YUV | 210.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 202 | 0.16 | 0 | 0.09 | 0.13 | 144 | 0.35 | 0.81 |
| Hex | BC | DF | CA | 10 | 0 | 9 | D | 90 | 23 | 51 |
| Octal | 274 | 337 | 312 | 20 | 0 | 11 | 15 | 220 | 43 | 121 |
| Binary | 10111100 | 11011111 | 11001010 | 10000 | 0 | 1001 | 1101 | 10010000 | 100011 | 1010001 |
Color Harmonies of #BCDFCA
Complementary color
Monochromatic Colors of #BCDFCA
Black with #BCDFCA
Text Example
Text Example
White with #BCDFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFCA; }
p { color: rgb(188,223,202); }
H1.HeaderClassName
{
color: #BCDFCA;
}
.AnyTagClassName
{
color: #BCDFCA;
}
</style>
background-color css
<style>
a { background-color: #BCDFCA; }
a { background-color: rgb(188,223,202); }
div.DivClassName
{
background-color: #BCDFCA;
}
.BgClassName
{
background-color: #BCDFCA;
}
</style>
border-color css
<style>
span { border-color: #BCDFCA; }
span { border-color: rgb(188,223,202); }
td.TdClassName
{
border-color: #BCDFCA;
}
.TagClassName
{
border-color: #BCDFCA;
}
</style>