Shades of Aero Blue #BDEBD6
Tints of Aero Blue #BDEBD6
RGB
CMYK
RGB Variations
Color information
#BDEBD6 (or 0xBDEBD6) is known color: Aero Blue. HEX triplet: BD, EB and D6. RGB value is (189,235,214). Sum of RGB (Red+Green+Blue) = 189+235+214=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBD6 is #421429. Grayscale: #DADADA. Windows color (decimal): -4330538 or 14085053. OLE color: 14085053.
HSL color Cylindrical-coordinate representation of color #BDEBD6: hue angle of 152.61º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBD6 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 214 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.08 |
| HSL | 152.61º | 0.53% | 0.83% | - |
| HSV(B) | 152.61º | 0.2% | 0.92% | - |
| XYZ | 62.83 | 75.09 | 74.8 | - |
| YUV | 218.85 | 125.26 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 214 | 0.20 | 0 | 0.09 | 0.08 | 152.61 | 0.53 | 0.83 |
| Hex | BD | EB | D6 | 14 | 0 | 9 | 8 | 99 | 35 | 53 |
| Octal | 275 | 353 | 326 | 24 | 0 | 11 | 10 | 231 | 65 | 123 |
| Binary | 10111101 | 11101011 | 11010110 | 10100 | 0 | 1001 | 1000 | 10011001 | 110101 | 1010011 |
Color Harmonies of #BDEBD6
Complementary color
Monochromatic Colors of #BDEBD6
Black with #BDEBD6
Text Example
Text Example
White with #BDEBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEBD6; }
p { color: rgb(189,235,214); }
H1.HeaderClassName
{
color: #BDEBD6;
}
.AnyTagClassName
{
color: #BDEBD6;
}
</style>
background-color css
<style>
a { background-color: #BDEBD6; }
a { background-color: rgb(189,235,214); }
div.DivClassName
{
background-color: #BDEBD6;
}
.BgClassName
{
background-color: #BDEBD6;
}
</style>
border-color css
<style>
span { border-color: #BDEBD6; }
span { border-color: rgb(189,235,214); }
td.TdClassName
{
border-color: #BDEBD6;
}
.TagClassName
{
border-color: #BDEBD6;
}
</style>