Shades of Aero Blue #BDF1DB
Tints of Aero Blue #BDF1DB
RGB
CMYK
RGB Variations
Color information
#BDF1DB (or 0xBDF1DB) is known color: Aero Blue. HEX triplet: BD, F1 and DB. RGB value is (189,241,219). Sum of RGB (Red+Green+Blue) = 189+241+219=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1DB is #420E24. Grayscale: #DEDEDE. Windows color (decimal): -4328997 or 14414269. OLE color: 14414269.
HSL color Cylindrical-coordinate representation of color #BDF1DB: hue angle of 154.62º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1DB is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 219 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.05 |
| HSL | 154.62º | 0.65% | 0.84% | - |
| HSV(B) | 154.62º | 0.22% | 0.95% | - |
| XYZ | 65.23 | 78.84 | 78.8 | - |
| YUV | 222.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 219 | 0.22 | 0 | 0.09 | 0.05 | 154.62 | 0.65 | 0.84 |
| Hex | BD | F1 | DB | 16 | 0 | 9 | 5 | 9B | 41 | 54 |
| Octal | 275 | 361 | 333 | 26 | 0 | 11 | 5 | 233 | 101 | 124 |
| Binary | 10111101 | 11110001 | 11011011 | 10110 | 0 | 1001 | 101 | 10011011 | 1000001 | 1010100 |
Color Harmonies of #BDF1DB
Complementary color
Monochromatic Colors of #BDF1DB
Black with #BDF1DB
Text Example
Text Example
White with #BDF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1DB; }
p { color: rgb(189,241,219); }
H1.HeaderClassName
{
color: #BDF1DB;
}
.AnyTagClassName
{
color: #BDF1DB;
}
</style>
background-color css
<style>
a { background-color: #BDF1DB; }
a { background-color: rgb(189,241,219); }
div.DivClassName
{
background-color: #BDF1DB;
}
.BgClassName
{
background-color: #BDF1DB;
}
</style>
border-color css
<style>
span { border-color: #BDF1DB; }
span { border-color: rgb(189,241,219); }
td.TdClassName
{
border-color: #BDF1DB;
}
.TagClassName
{
border-color: #BDF1DB;
}
</style>