Shades of Aero Blue #BDF9D8
Tints of Aero Blue #BDF9D8
RGB
CMYK
RGB Variations
Color information
#BDF9D8 (or 0xBDF9D8) is known color: Aero Blue. HEX triplet: BD, F9 and D8. RGB value is (189,249,216). Sum of RGB (Red+Green+Blue) = 189+249+216=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 249 (97.66% from 255 or 38.07% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9D8 is #420627. Grayscale: #E3E3E3. Windows color (decimal): -4326952 or 14219709. OLE color: 14219709.
HSL color Cylindrical-coordinate representation of color #BDF9D8: hue angle of 147º 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 #BDF9D8 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 216 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.02 |
| HSL | 147º | 0.83% | 0.86% | - |
| HSV(B) | 147º | 0.24% | 0.98% | - |
| XYZ | 67.26 | 83.53 | 77.54 | - |
| YUV | 227.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 216 | 0.24 | 0 | 0.13 | 0.02 | 147 | 0.83 | 0.86 |
| Hex | BD | F9 | D8 | 18 | 0 | D | 2 | 93 | 53 | 56 |
| Octal | 275 | 371 | 330 | 30 | 0 | 15 | 2 | 223 | 123 | 126 |
| Binary | 10111101 | 11111001 | 11011000 | 11000 | 0 | 1101 | 10 | 10010011 | 1010011 | 1010110 |
Color Harmonies of #BDF9D8
Complementary color
Monochromatic Colors of #BDF9D8
Black with #BDF9D8
Text Example
Text Example
White with #BDF9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF9D8; }
p { color: rgb(189,249,216); }
H1.HeaderClassName
{
color: #BDF9D8;
}
.AnyTagClassName
{
color: #BDF9D8;
}
</style>
background-color css
<style>
a { background-color: #BDF9D8; }
a { background-color: rgb(189,249,216); }
div.DivClassName
{
background-color: #BDF9D8;
}
.BgClassName
{
background-color: #BDF9D8;
}
</style>
border-color css
<style>
span { border-color: #BDF9D8; }
span { border-color: rgb(189,249,216); }
td.TdClassName
{
border-color: #BDF9D8;
}
.TagClassName
{
border-color: #BDF9D8;
}
</style>