Shades of Aero Blue #BDDFCC
Tints of Aero Blue #BDDFCC
RGB
CMYK
RGB Variations
Color information
#BDDFCC (or 0xBDDFCC) is known color: Aero Blue. HEX triplet: BD, DF and CC. RGB value is (189,223,204). Sum of RGB (Red+Green+Blue) = 189+223+204=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFCC is #422033. Grayscale: #D2D2D2. Windows color (decimal): -4333620 or 13426621. OLE color: 13426621.
HSL color Cylindrical-coordinate representation of color #BDDFCC: hue angle of 146.47º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDFCC is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 204 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.13 |
| HSL | 146.47º | 0.35% | 0.81% | - |
| HSV(B) | 146.47º | 0.15% | 0.87% | - |
| XYZ | 58.27 | 67.95 | 67.17 | - |
| YUV | 210.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 204 | 0.15 | 0 | 0.09 | 0.13 | 146.47 | 0.35 | 0.81 |
| Hex | BD | DF | CC | F | 0 | 9 | D | 92 | 23 | 51 |
| Octal | 275 | 337 | 314 | 17 | 0 | 11 | 15 | 222 | 43 | 121 |
| Binary | 10111101 | 11011111 | 11001100 | 1111 | 0 | 1001 | 1101 | 10010010 | 100011 | 1010001 |
Color Harmonies of #BDDFCC
Complementary color
Monochromatic Colors of #BDDFCC
Black with #BDDFCC
Text Example
Text Example
White with #BDDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFCC; }
p { color: rgb(189,223,204); }
H1.HeaderClassName
{
color: #BDDFCC;
}
.AnyTagClassName
{
color: #BDDFCC;
}
</style>
background-color css
<style>
a { background-color: #BDDFCC; }
a { background-color: rgb(189,223,204); }
div.DivClassName
{
background-color: #BDDFCC;
}
.BgClassName
{
background-color: #BDDFCC;
}
</style>
border-color css
<style>
span { border-color: #BDDFCC; }
span { border-color: rgb(189,223,204); }
td.TdClassName
{
border-color: #BDDFCC;
}
.TagClassName
{
border-color: #BDDFCC;
}
</style>