Shades of Aero Blue #BDF9DA
Tints of Aero Blue #BDF9DA
RGB
CMYK
RGB Variations
Color information
#BDF9DA (or 0xBDF9DA) is known color: Aero Blue. HEX triplet: BD, F9 and DA. RGB value is (189,249,218). Sum of RGB (Red+Green+Blue) = 189+249+218=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9DA is #420625. Grayscale: #E3E3E3. Windows color (decimal): -4326950 or 14350781. OLE color: 14350781.
HSL color Cylindrical-coordinate representation of color #BDF9DA: hue angle of 149º 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 #BDF9DA is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 218 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.02 |
| HSL | 149º | 0.83% | 0.86% | - |
| HSV(B) | 149º | 0.24% | 0.98% | - |
| XYZ | 67.52 | 83.63 | 78.91 | - |
| YUV | 227.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 218 | 0.24 | 0 | 0.12 | 0.02 | 149 | 0.83 | 0.86 |
| Hex | BD | F9 | DA | 18 | 0 | C | 2 | 95 | 53 | 56 |
| Octal | 275 | 371 | 332 | 30 | 0 | 14 | 2 | 225 | 123 | 126 |
| Binary | 10111101 | 11111001 | 11011010 | 11000 | 0 | 1100 | 10 | 10010101 | 1010011 | 1010110 |
Color Harmonies of #BDF9DA
Complementary color
Monochromatic Colors of #BDF9DA
Black with #BDF9DA
Text Example
Text Example
White with #BDF9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF9DA; }
p { color: rgb(189,249,218); }
H1.HeaderClassName
{
color: #BDF9DA;
}
.AnyTagClassName
{
color: #BDF9DA;
}
</style>
background-color css
<style>
a { background-color: #BDF9DA; }
a { background-color: rgb(189,249,218); }
div.DivClassName
{
background-color: #BDF9DA;
}
.BgClassName
{
background-color: #BDF9DA;
}
</style>
border-color css
<style>
span { border-color: #BDF9DA; }
span { border-color: rgb(189,249,218); }
td.TdClassName
{
border-color: #BDF9DA;
}
.TagClassName
{
border-color: #BDF9DA;
}
</style>