Shades of Aero Blue #BDEED0
Tints of Aero Blue #BDEED0
RGB
CMYK
RGB Variations
Color information
#BDEED0 (or 0xBDEED0) is known color: Aero Blue. HEX triplet: BD, EE and D0. RGB value is (189,238,208). Sum of RGB (Red+Green+Blue) = 189+238+208=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEED0 is #42112F. Grayscale: #DBDBDB. Windows color (decimal): -4329776 or 13692605. OLE color: 13692605.
HSL color Cylindrical-coordinate representation of color #BDEED0: hue angle of 143.27º 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 #BDEED0 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 208 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.07 |
| HSL | 143.27º | 0.59% | 0.84% | - |
| HSV(B) | 143.27º | 0.21% | 0.93% | - |
| XYZ | 62.95 | 76.52 | 71.13 | - |
| YUV | 219.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 208 | 0.21 | 0 | 0.13 | 0.07 | 143.27 | 0.59 | 0.84 |
| Hex | BD | EE | D0 | 15 | 0 | D | 7 | 8F | 3B | 54 |
| Octal | 275 | 356 | 320 | 25 | 0 | 15 | 7 | 217 | 73 | 124 |
| Binary | 10111101 | 11101110 | 11010000 | 10101 | 0 | 1101 | 111 | 10001111 | 111011 | 1010100 |
Color Harmonies of #BDEED0
Complementary color
Monochromatic Colors of #BDEED0
Black with #BDEED0
Text Example
Text Example
White with #BDEED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEED0; }
p { color: rgb(189,238,208); }
H1.HeaderClassName
{
color: #BDEED0;
}
.AnyTagClassName
{
color: #BDEED0;
}
</style>
background-color css
<style>
a { background-color: #BDEED0; }
a { background-color: rgb(189,238,208); }
div.DivClassName
{
background-color: #BDEED0;
}
.BgClassName
{
background-color: #BDEED0;
}
</style>
border-color css
<style>
span { border-color: #BDEED0; }
span { border-color: rgb(189,238,208); }
td.TdClassName
{
border-color: #BDEED0;
}
.TagClassName
{
border-color: #BDEED0;
}
</style>