Shades of Aero Blue #BDF9DD
Tints of Aero Blue #BDF9DD
RGB
CMYK
RGB Variations
Color information
#BDF9DD (or 0xBDF9DD) is known color: Aero Blue. HEX triplet: BD, F9 and DD. RGB value is (189,249,221). Sum of RGB (Red+Green+Blue) = 189+249+221=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 249 (97.66% from 255 or 37.78% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9DD is #420622. Grayscale: #E3E3E3. Windows color (decimal): -4326947 or 14547389. OLE color: 14547389.
HSL color Cylindrical-coordinate representation of color #BDF9DD: hue angle of 152º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF9DD is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 221 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.02 |
| HSL | 152º | 0.83% | 0.86% | - |
| HSV(B) | 152º | 0.24% | 0.98% | - |
| XYZ | 67.91 | 83.79 | 81 | - |
| YUV | 227.87 | 124.12 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 221 | 0.24 | 0 | 0.11 | 0.02 | 152 | 0.83 | 0.86 |
| Hex | BD | F9 | DD | 18 | 0 | B | 2 | 98 | 53 | 56 |
| Octal | 275 | 371 | 335 | 30 | 0 | 13 | 2 | 230 | 123 | 126 |
| Binary | 10111101 | 11111001 | 11011101 | 11000 | 0 | 1011 | 10 | 10011000 | 1010011 | 1010110 |
Color Harmonies of #BDF9DD
Complementary color
Monochromatic Colors of #BDF9DD
Black with #BDF9DD
Text Example
Text Example
White with #BDF9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF9DD; }
p { color: rgb(189,249,221); }
H1.HeaderClassName
{
color: #BDF9DD;
}
.AnyTagClassName
{
color: #BDF9DD;
}
</style>
background-color css
<style>
a { background-color: #BDF9DD; }
a { background-color: rgb(189,249,221); }
div.DivClassName
{
background-color: #BDF9DD;
}
.BgClassName
{
background-color: #BDF9DD;
}
</style>
border-color css
<style>
span { border-color: #BDF9DD; }
span { border-color: rgb(189,249,221); }
td.TdClassName
{
border-color: #BDF9DD;
}
.TagClassName
{
border-color: #BDF9DD;
}
</style>