Shades of Aero Blue #BDF0DB
Tints of Aero Blue #BDF0DB
RGB
CMYK
RGB Variations
Color information
#BDF0DB (or 0xBDF0DB) is known color: Aero Blue. HEX triplet: BD, F0 and DB. RGB value is (189,240,219). Sum of RGB (Red+Green+Blue) = 189+240+219=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0DB is #420F24. Grayscale: #DEDEDE. Windows color (decimal): -4329253 or 14414013. OLE color: 14414013.
HSL color Cylindrical-coordinate representation of color #BDF0DB: hue angle of 155.29º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0DB is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 219 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.06 |
| HSL | 155.29º | 0.63% | 0.84% | - |
| HSV(B) | 155.29º | 0.21% | 0.94% | - |
| XYZ | 64.93 | 78.25 | 78.7 | - |
| YUV | 222.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 219 | 0.21 | 0 | 0.09 | 0.06 | 155.29 | 0.63 | 0.84 |
| Hex | BD | F0 | DB | 15 | 0 | 9 | 6 | 9B | 3F | 54 |
| Octal | 275 | 360 | 333 | 25 | 0 | 11 | 6 | 233 | 77 | 124 |
| Binary | 10111101 | 11110000 | 11011011 | 10101 | 0 | 1001 | 110 | 10011011 | 111111 | 1010100 |
Color Harmonies of #BDF0DB
Complementary color
Monochromatic Colors of #BDF0DB
Black with #BDF0DB
Text Example
Text Example
White with #BDF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0DB; }
p { color: rgb(189,240,219); }
H1.HeaderClassName
{
color: #BDF0DB;
}
.AnyTagClassName
{
color: #BDF0DB;
}
</style>
background-color css
<style>
a { background-color: #BDF0DB; }
a { background-color: rgb(189,240,219); }
div.DivClassName
{
background-color: #BDF0DB;
}
.BgClassName
{
background-color: #BDF0DB;
}
</style>
border-color css
<style>
span { border-color: #BDF0DB; }
span { border-color: rgb(189,240,219); }
td.TdClassName
{
border-color: #BDF0DB;
}
.TagClassName
{
border-color: #BDF0DB;
}
</style>