Shades of Aero Blue #BDDFCD
Tints of Aero Blue #BDDFCD
RGB
CMYK
RGB Variations
Color information
#BDDFCD (or 0xBDDFCD) is known color: Aero Blue. HEX triplet: BD, DF and CD. RGB value is (189,223,205). Sum of RGB (Red+Green+Blue) = 189+223+205=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFCD is #422032. Grayscale: #D2D2D2. Windows color (decimal): -4333619 or 13492157. OLE color: 13492157.
HSL color Cylindrical-coordinate representation of color #BDDFCD: hue angle of 148.24º 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 #BDDFCD is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 205 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.13 |
| HSL | 148.24º | 0.35% | 0.81% | - |
| HSV(B) | 148.24º | 0.15% | 0.87% | - |
| XYZ | 58.39 | 68 | 67.81 | - |
| YUV | 210.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 205 | 0.15 | 0 | 0.08 | 0.13 | 148.24 | 0.35 | 0.81 |
| Hex | BD | DF | CD | F | 0 | 8 | D | 94 | 23 | 51 |
| Octal | 275 | 337 | 315 | 17 | 0 | 10 | 15 | 224 | 43 | 121 |
| Binary | 10111101 | 11011111 | 11001101 | 1111 | 0 | 1000 | 1101 | 10010100 | 100011 | 1010001 |
Color Harmonies of #BDDFCD
Complementary color
Monochromatic Colors of #BDDFCD
Black with #BDDFCD
Text Example
Text Example
White with #BDDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFCD; }
p { color: rgb(189,223,205); }
H1.HeaderClassName
{
color: #BDDFCD;
}
.AnyTagClassName
{
color: #BDDFCD;
}
</style>
background-color css
<style>
a { background-color: #BDDFCD; }
a { background-color: rgb(189,223,205); }
div.DivClassName
{
background-color: #BDDFCD;
}
.BgClassName
{
background-color: #BDDFCD;
}
</style>
border-color css
<style>
span { border-color: #BDDFCD; }
span { border-color: rgb(189,223,205); }
td.TdClassName
{
border-color: #BDDFCD;
}
.TagClassName
{
border-color: #BDDFCD;
}
</style>