Shades of Aero Blue #BDF2DB
Tints of Aero Blue #BDF2DB
RGB
CMYK
RGB Variations
Color information
#BDF2DB (or 0xBDF2DB) is known color: Aero Blue. HEX triplet: BD, F2 and DB. RGB value is (189,242,219). Sum of RGB (Red+Green+Blue) = 189+242+219=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2DB is #420D24. Grayscale: #DFDFDF. Windows color (decimal): -4328741 or 14414525. OLE color: 14414525.
HSL color Cylindrical-coordinate representation of color #BDF2DB: hue angle of 153.96º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2DB is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 219 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.05 |
| HSL | 153.96º | 0.67% | 0.85% | - |
| HSV(B) | 153.96º | 0.22% | 0.95% | - |
| XYZ | 65.52 | 79.44 | 78.9 | - |
| YUV | 223.53 | 125.44 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 219 | 0.22 | 0 | 0.10 | 0.05 | 153.96 | 0.67 | 0.85 |
| Hex | BD | F2 | DB | 16 | 0 | A | 5 | 9A | 43 | 55 |
| Octal | 275 | 362 | 333 | 26 | 0 | 12 | 5 | 232 | 103 | 125 |
| Binary | 10111101 | 11110010 | 11011011 | 10110 | 0 | 1010 | 101 | 10011010 | 1000011 | 1010101 |
Color Harmonies of #BDF2DB
Complementary color
Monochromatic Colors of #BDF2DB
Black with #BDF2DB
Text Example
Text Example
White with #BDF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2DB; }
p { color: rgb(189,242,219); }
H1.HeaderClassName
{
color: #BDF2DB;
}
.AnyTagClassName
{
color: #BDF2DB;
}
</style>
background-color css
<style>
a { background-color: #BDF2DB; }
a { background-color: rgb(189,242,219); }
div.DivClassName
{
background-color: #BDF2DB;
}
.BgClassName
{
background-color: #BDF2DB;
}
</style>
border-color css
<style>
span { border-color: #BDF2DB; }
span { border-color: rgb(189,242,219); }
td.TdClassName
{
border-color: #BDF2DB;
}
.TagClassName
{
border-color: #BDF2DB;
}
</style>