Shades of Aero Blue #BDE4D4
Tints of Aero Blue #BDE4D4
RGB
CMYK
RGB Variations
Color information
#BDE4D4 (or 0xBDE4D4) is known color: Aero Blue. HEX triplet: BD, E4 and D4. RGB value is (189,228,212). Sum of RGB (Red+Green+Blue) = 189+228+212=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 228 (89.45% from 255 or 36.25% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4D4 is #421B2B. Grayscale: #D6D6D6. Windows color (decimal): -4332332 or 13952189. OLE color: 13952189.
HSL color Cylindrical-coordinate representation of color #BDE4D4: hue angle of 155.38º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE4D4 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 212 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.11 |
| HSL | 155.38º | 0.42% | 0.82% | - |
| HSV(B) | 155.38º | 0.17% | 0.89% | - |
| XYZ | 60.61 | 71.06 | 72.81 | - |
| YUV | 214.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 212 | 0.17 | 0 | 0.07 | 0.11 | 155.38 | 0.42 | 0.82 |
| Hex | BD | E4 | D4 | 11 | 0 | 7 | B | 9B | 2A | 52 |
| Octal | 275 | 344 | 324 | 21 | 0 | 7 | 13 | 233 | 52 | 122 |
| Binary | 10111101 | 11100100 | 11010100 | 10001 | 0 | 111 | 1011 | 10011011 | 101010 | 1010010 |
Color Harmonies of #BDE4D4
Complementary color
Monochromatic Colors of #BDE4D4
Black with #BDE4D4
Text Example
Text Example
White with #BDE4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE4D4; }
p { color: rgb(189,228,212); }
H1.HeaderClassName
{
color: #BDE4D4;
}
.AnyTagClassName
{
color: #BDE4D4;
}
</style>
background-color css
<style>
a { background-color: #BDE4D4; }
a { background-color: rgb(189,228,212); }
div.DivClassName
{
background-color: #BDE4D4;
}
.BgClassName
{
background-color: #BDE4D4;
}
</style>
border-color css
<style>
span { border-color: #BDE4D4; }
span { border-color: rgb(189,228,212); }
td.TdClassName
{
border-color: #BDE4D4;
}
.TagClassName
{
border-color: #BDE4D4;
}
</style>