Shades of Aero Blue #BDF4D8
Tints of Aero Blue #BDF4D8
RGB
CMYK
RGB Variations
Color information
#BDF4D8 (or 0xBDF4D8) is known color: Aero Blue. HEX triplet: BD, F4 and D8. RGB value is (189,244,216). Sum of RGB (Red+Green+Blue) = 189+244+216=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 244 (95.70% from 255 or 37.60% from 649); Blue value is 216 (84.77% from 255 or 33.28% from 649); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4D8 is #420B27. Grayscale: #E0E0E0. Windows color (decimal): -4328232 or 14218429. OLE color: 14218429.
HSL color Cylindrical-coordinate representation of color #BDF4D8: hue angle of 149.45º 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 #BDF4D8 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 216 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.04 |
| HSL | 149.45º | 0.71% | 0.85% | - |
| HSV(B) | 149.45º | 0.23% | 0.96% | - |
| XYZ | 65.73 | 80.48 | 77.04 | - |
| YUV | 224.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 216 | 0.23 | 0 | 0.11 | 0.04 | 149.45 | 0.71 | 0.85 |
| Hex | BD | F4 | D8 | 17 | 0 | B | 4 | 95 | 47 | 55 |
| Octal | 275 | 364 | 330 | 27 | 0 | 13 | 4 | 225 | 107 | 125 |
| Binary | 10111101 | 11110100 | 11011000 | 10111 | 0 | 1011 | 100 | 10010101 | 1000111 | 1010101 |
Color Harmonies of #BDF4D8
Complementary color
Monochromatic Colors of #BDF4D8
Black with #BDF4D8
Text Example
Text Example
White with #BDF4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4D8; }
p { color: rgb(189,244,216); }
H1.HeaderClassName
{
color: #BDF4D8;
}
.AnyTagClassName
{
color: #BDF4D8;
}
</style>
background-color css
<style>
a { background-color: #BDF4D8; }
a { background-color: rgb(189,244,216); }
div.DivClassName
{
background-color: #BDF4D8;
}
.BgClassName
{
background-color: #BDF4D8;
}
</style>
border-color css
<style>
span { border-color: #BDF4D8; }
span { border-color: rgb(189,244,216); }
td.TdClassName
{
border-color: #BDF4D8;
}
.TagClassName
{
border-color: #BDF4D8;
}
</style>