Shades of Aero Blue #BDEEDA
Tints of Aero Blue #BDEEDA
RGB
CMYK
RGB Variations
Color information
#BDEEDA (or 0xBDEEDA) is known color: Aero Blue. HEX triplet: BD, EE and DA. RGB value is (189,238,218). Sum of RGB (Red+Green+Blue) = 189+238+218=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEDA is #421125. Grayscale: #DDDDDD. Windows color (decimal): -4329766 or 14347965. OLE color: 14347965.
HSL color Cylindrical-coordinate representation of color #BDEEDA: hue angle of 155.51º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEEDA is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 218 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.07 |
| HSL | 155.51º | 0.59% | 0.84% | - |
| HSV(B) | 155.51º | 0.21% | 0.93% | - |
| XYZ | 64.22 | 77.03 | 77.81 | - |
| YUV | 221.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 218 | 0.21 | 0 | 0.08 | 0.07 | 155.51 | 0.59 | 0.84 |
| Hex | BD | EE | DA | 15 | 0 | 8 | 7 | 9C | 3B | 54 |
| Octal | 275 | 356 | 332 | 25 | 0 | 10 | 7 | 234 | 73 | 124 |
| Binary | 10111101 | 11101110 | 11011010 | 10101 | 0 | 1000 | 111 | 10011100 | 111011 | 1010100 |
Color Harmonies of #BDEEDA
Complementary color
Monochromatic Colors of #BDEEDA
Black with #BDEEDA
Text Example
Text Example
White with #BDEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEEDA; }
p { color: rgb(189,238,218); }
H1.HeaderClassName
{
color: #BDEEDA;
}
.AnyTagClassName
{
color: #BDEEDA;
}
</style>
background-color css
<style>
a { background-color: #BDEEDA; }
a { background-color: rgb(189,238,218); }
div.DivClassName
{
background-color: #BDEEDA;
}
.BgClassName
{
background-color: #BDEEDA;
}
</style>
border-color css
<style>
span { border-color: #BDEEDA; }
span { border-color: rgb(189,238,218); }
td.TdClassName
{
border-color: #BDEEDA;
}
.TagClassName
{
border-color: #BDEEDA;
}
</style>