Shades of Aero Blue #BDEBD0
Tints of Aero Blue #BDEBD0
RGB
CMYK
RGB Variations
Color information
#BDEBD0 (or 0xBDEBD0) is known color: Aero Blue. HEX triplet: BD, EB and D0. RGB value is (189,235,208). Sum of RGB (Red+Green+Blue) = 189+235+208=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBD0 is #42142F. Grayscale: #DADADA. Windows color (decimal): -4330544 or 13691837. OLE color: 13691837.
HSL color Cylindrical-coordinate representation of color #BDEBD0: hue angle of 144.78º 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 #BDEBD0 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 208 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.08 |
| HSL | 144.78º | 0.53% | 0.83% | - |
| HSV(B) | 144.78º | 0.2% | 0.92% | - |
| XYZ | 62.08 | 74.79 | 70.84 | - |
| YUV | 218.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 208 | 0.20 | 0 | 0.11 | 0.08 | 144.78 | 0.53 | 0.83 |
| Hex | BD | EB | D0 | 14 | 0 | B | 8 | 91 | 35 | 53 |
| Octal | 275 | 353 | 320 | 24 | 0 | 13 | 10 | 221 | 65 | 123 |
| Binary | 10111101 | 11101011 | 11010000 | 10100 | 0 | 1011 | 1000 | 10010001 | 110101 | 1010011 |
Color Harmonies of #BDEBD0
Complementary color
Monochromatic Colors of #BDEBD0
Black with #BDEBD0
Text Example
Text Example
White with #BDEBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEBD0; }
p { color: rgb(189,235,208); }
H1.HeaderClassName
{
color: #BDEBD0;
}
.AnyTagClassName
{
color: #BDEBD0;
}
</style>
background-color css
<style>
a { background-color: #BDEBD0; }
a { background-color: rgb(189,235,208); }
div.DivClassName
{
background-color: #BDEBD0;
}
.BgClassName
{
background-color: #BDEBD0;
}
</style>
border-color css
<style>
span { border-color: #BDEBD0; }
span { border-color: rgb(189,235,208); }
td.TdClassName
{
border-color: #BDEBD0;
}
.TagClassName
{
border-color: #BDEBD0;
}
</style>