Shades of Aero Blue #BADFCB
Tints of Aero Blue #BADFCB
RGB
CMYK
RGB Variations
Color information
#BADFCB (or 0xBADFCB) is known color: Aero Blue. HEX triplet: BA, DF and CB. RGB value is (186,223,203). Sum of RGB (Red+Green+Blue) = 186+223+203=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFCB is #452034. Grayscale: #D1D1D1. Windows color (decimal): -4530229 or 13361082. OLE color: 13361082.
HSL color Cylindrical-coordinate representation of color #BADFCB: hue angle of 147.57º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADFCB is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 203 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.13 |
| HSL | 147.57º | 0.37% | 0.8% | - |
| HSV(B) | 147.57º | 0.17% | 0.87% | - |
| XYZ | 57.42 | 67.53 | 66.51 | - |
| YUV | 209.66 | 124.24 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 203 | 0.17 | 0 | 0.09 | 0.13 | 147.57 | 0.37 | 0.8 |
| Hex | BA | DF | CB | 11 | 0 | 9 | D | 94 | 25 | 50 |
| Octal | 272 | 337 | 313 | 21 | 0 | 11 | 15 | 224 | 45 | 120 |
| Binary | 10111010 | 11011111 | 11001011 | 10001 | 0 | 1001 | 1101 | 10010100 | 100101 | 1010000 |
Color Harmonies of #BADFCB
Complementary color
Monochromatic Colors of #BADFCB
Black with #BADFCB
Text Example
Text Example
White with #BADFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFCB; }
p { color: rgb(186,223,203); }
H1.HeaderClassName
{
color: #BADFCB;
}
.AnyTagClassName
{
color: #BADFCB;
}
</style>
background-color css
<style>
a { background-color: #BADFCB; }
a { background-color: rgb(186,223,203); }
div.DivClassName
{
background-color: #BADFCB;
}
.BgClassName
{
background-color: #BADFCB;
}
</style>
border-color css
<style>
span { border-color: #BADFCB; }
span { border-color: rgb(186,223,203); }
td.TdClassName
{
border-color: #BADFCB;
}
.TagClassName
{
border-color: #BADFCB;
}
</style>