Shades of Aero Blue #BDF1DA
Tints of Aero Blue #BDF1DA
RGB
CMYK
RGB Variations
Color information
#BDF1DA (or 0xBDF1DA) is known color: Aero Blue. HEX triplet: BD, F1 and DA. RGB value is (189,241,218). Sum of RGB (Red+Green+Blue) = 189+241+218=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1DA is #420E25. Grayscale: #DEDEDE. Windows color (decimal): -4328998 or 14348733. OLE color: 14348733.
HSL color Cylindrical-coordinate representation of color #BDF1DA: hue angle of 153.46º 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 #BDF1DA is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 218 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.05 |
| HSL | 153.46º | 0.65% | 0.84% | - |
| HSV(B) | 153.46º | 0.22% | 0.95% | - |
| XYZ | 65.1 | 78.79 | 78.11 | - |
| YUV | 222.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 218 | 0.22 | 0 | 0.10 | 0.05 | 153.46 | 0.65 | 0.84 |
| Hex | BD | F1 | DA | 16 | 0 | A | 5 | 99 | 41 | 54 |
| Octal | 275 | 361 | 332 | 26 | 0 | 12 | 5 | 231 | 101 | 124 |
| Binary | 10111101 | 11110001 | 11011010 | 10110 | 0 | 1010 | 101 | 10011001 | 1000001 | 1010100 |
Color Harmonies of #BDF1DA
Complementary color
Monochromatic Colors of #BDF1DA
Black with #BDF1DA
Text Example
Text Example
White with #BDF1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1DA; }
p { color: rgb(189,241,218); }
H1.HeaderClassName
{
color: #BDF1DA;
}
.AnyTagClassName
{
color: #BDF1DA;
}
</style>
background-color css
<style>
a { background-color: #BDF1DA; }
a { background-color: rgb(189,241,218); }
div.DivClassName
{
background-color: #BDF1DA;
}
.BgClassName
{
background-color: #BDF1DA;
}
</style>
border-color css
<style>
span { border-color: #BDF1DA; }
span { border-color: rgb(189,241,218); }
td.TdClassName
{
border-color: #BDF1DA;
}
.TagClassName
{
border-color: #BDF1DA;
}
</style>