Shades of Aero Blue #BDF4DA
Tints of Aero Blue #BDF4DA
RGB
CMYK
RGB Variations
Color information
#BDF4DA (or 0xBDF4DA) is known color: Aero Blue. HEX triplet: BD, F4 and DA. RGB value is (189,244,218). Sum of RGB (Red+Green+Blue) = 189+244+218=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 244 (95.70% from 255 or 37.48% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4DA is #420B25. Grayscale: #E0E0E0. Windows color (decimal): -4328230 or 14349501. OLE color: 14349501.
HSL color Cylindrical-coordinate representation of color #BDF4DA: hue angle of 151.64º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF4DA is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 218 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.04 |
| HSL | 151.64º | 0.71% | 0.85% | - |
| HSV(B) | 151.64º | 0.23% | 0.96% | - |
| XYZ | 65.99 | 80.58 | 78.41 | - |
| YUV | 224.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 218 | 0.23 | 0 | 0.11 | 0.04 | 151.64 | 0.71 | 0.85 |
| Hex | BD | F4 | DA | 17 | 0 | B | 4 | 98 | 47 | 55 |
| Octal | 275 | 364 | 332 | 27 | 0 | 13 | 4 | 230 | 107 | 125 |
| Binary | 10111101 | 11110100 | 11011010 | 10111 | 0 | 1011 | 100 | 10011000 | 1000111 | 1010101 |
Color Harmonies of #BDF4DA
Complementary color
Monochromatic Colors of #BDF4DA
Black with #BDF4DA
Text Example
Text Example
White with #BDF4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4DA; }
p { color: rgb(189,244,218); }
H1.HeaderClassName
{
color: #BDF4DA;
}
.AnyTagClassName
{
color: #BDF4DA;
}
</style>
background-color css
<style>
a { background-color: #BDF4DA; }
a { background-color: rgb(189,244,218); }
div.DivClassName
{
background-color: #BDF4DA;
}
.BgClassName
{
background-color: #BDF4DA;
}
</style>
border-color css
<style>
span { border-color: #BDF4DA; }
span { border-color: rgb(189,244,218); }
td.TdClassName
{
border-color: #BDF4DA;
}
.TagClassName
{
border-color: #BDF4DA;
}
</style>