Shades of Aero Blue #BDEBD1
Tints of Aero Blue #BDEBD1
RGB
CMYK
RGB Variations
Color information
#BDEBD1 (or 0xBDEBD1) is known color: Aero Blue. HEX triplet: BD, EB and D1. RGB value is (189,235,209). Sum of RGB (Red+Green+Blue) = 189+235+209=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBD1 is #42142E. Grayscale: #DADADA. Windows color (decimal): -4330543 or 13757373. OLE color: 13757373.
HSL color Cylindrical-coordinate representation of color #BDEBD1: hue angle of 146.09º 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 #BDEBD1 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 209 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.08 |
| HSL | 146.09º | 0.53% | 0.83% | - |
| HSV(B) | 146.09º | 0.2% | 0.92% | - |
| XYZ | 62.2 | 74.84 | 71.49 | - |
| YUV | 218.28 | 122.76 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 209 | 0.20 | 0 | 0.11 | 0.08 | 146.09 | 0.53 | 0.83 |
| Hex | BD | EB | D1 | 14 | 0 | B | 8 | 92 | 35 | 53 |
| Octal | 275 | 353 | 321 | 24 | 0 | 13 | 10 | 222 | 65 | 123 |
| Binary | 10111101 | 11101011 | 11010001 | 10100 | 0 | 1011 | 1000 | 10010010 | 110101 | 1010011 |
Color Harmonies of #BDEBD1
Complementary color
Monochromatic Colors of #BDEBD1
Black with #BDEBD1
Text Example
Text Example
White with #BDEBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEBD1; }
p { color: rgb(189,235,209); }
H1.HeaderClassName
{
color: #BDEBD1;
}
.AnyTagClassName
{
color: #BDEBD1;
}
</style>
background-color css
<style>
a { background-color: #BDEBD1; }
a { background-color: rgb(189,235,209); }
div.DivClassName
{
background-color: #BDEBD1;
}
.BgClassName
{
background-color: #BDEBD1;
}
</style>
border-color css
<style>
span { border-color: #BDEBD1; }
span { border-color: rgb(189,235,209); }
td.TdClassName
{
border-color: #BDEBD1;
}
.TagClassName
{
border-color: #BDEBD1;
}
</style>