Shades of Aero Blue #BDF9D9
Tints of Aero Blue #BDF9D9
RGB
CMYK
RGB Variations
Color information
#BDF9D9 (or 0xBDF9D9) is known color: Aero Blue. HEX triplet: BD, F9 and D9. RGB value is (189,249,217). Sum of RGB (Red+Green+Blue) = 189+249+217=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9D9 is #420626. Grayscale: #E3E3E3. Windows color (decimal): -4326951 or 14285245. OLE color: 14285245.
HSL color Cylindrical-coordinate representation of color #BDF9D9: hue angle of 148º 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 #BDF9D9 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 217 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.02 |
| HSL | 148º | 0.83% | 0.86% | - |
| HSV(B) | 148º | 0.24% | 0.98% | - |
| XYZ | 67.39 | 83.58 | 78.23 | - |
| YUV | 227.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 217 | 0.24 | 0 | 0.13 | 0.02 | 148 | 0.83 | 0.86 |
| Hex | BD | F9 | D9 | 18 | 0 | D | 2 | 94 | 53 | 56 |
| Octal | 275 | 371 | 331 | 30 | 0 | 15 | 2 | 224 | 123 | 126 |
| Binary | 10111101 | 11111001 | 11011001 | 11000 | 0 | 1101 | 10 | 10010100 | 1010011 | 1010110 |
Color Harmonies of #BDF9D9
Complementary color
Monochromatic Colors of #BDF9D9
Black with #BDF9D9
Text Example
Text Example
White with #BDF9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF9D9; }
p { color: rgb(189,249,217); }
H1.HeaderClassName
{
color: #BDF9D9;
}
.AnyTagClassName
{
color: #BDF9D9;
}
</style>
background-color css
<style>
a { background-color: #BDF9D9; }
a { background-color: rgb(189,249,217); }
div.DivClassName
{
background-color: #BDF9D9;
}
.BgClassName
{
background-color: #BDF9D9;
}
</style>
border-color css
<style>
span { border-color: #BDF9D9; }
span { border-color: rgb(189,249,217); }
td.TdClassName
{
border-color: #BDF9D9;
}
.TagClassName
{
border-color: #BDF9D9;
}
</style>