Shades of Aero Blue #BDF6DA
Tints of Aero Blue #BDF6DA
RGB
CMYK
RGB Variations
Color information
#BDF6DA (or 0xBDF6DA) is known color: Aero Blue. HEX triplet: BD, F6 and DA. RGB value is (189,246,218). Sum of RGB (Red+Green+Blue) = 189+246+218=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6DA is #420925. Grayscale: #E1E1E1. Windows color (decimal): -4327718 or 14350013. OLE color: 14350013.
HSL color Cylindrical-coordinate representation of color #BDF6DA: hue angle of 150.53º degrees, saturation: 0.76, 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 #BDF6DA is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 218 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.04 |
| HSL | 150.53º | 0.76% | 0.85% | - |
| HSV(B) | 150.53º | 0.23% | 0.96% | - |
| XYZ | 66.6 | 81.79 | 78.61 | - |
| YUV | 225.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 218 | 0.23 | 0 | 0.11 | 0.04 | 150.53 | 0.76 | 0.85 |
| Hex | BD | F6 | DA | 17 | 0 | B | 4 | 97 | 4C | 55 |
| Octal | 275 | 366 | 332 | 27 | 0 | 13 | 4 | 227 | 114 | 125 |
| Binary | 10111101 | 11110110 | 11011010 | 10111 | 0 | 1011 | 100 | 10010111 | 1001100 | 1010101 |
Color Harmonies of #BDF6DA
Complementary color
Monochromatic Colors of #BDF6DA
Black with #BDF6DA
Text Example
Text Example
White with #BDF6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF6DA; }
p { color: rgb(189,246,218); }
H1.HeaderClassName
{
color: #BDF6DA;
}
.AnyTagClassName
{
color: #BDF6DA;
}
</style>
background-color css
<style>
a { background-color: #BDF6DA; }
a { background-color: rgb(189,246,218); }
div.DivClassName
{
background-color: #BDF6DA;
}
.BgClassName
{
background-color: #BDF6DA;
}
</style>
border-color css
<style>
span { border-color: #BDF6DA; }
span { border-color: rgb(189,246,218); }
td.TdClassName
{
border-color: #BDF6DA;
}
.TagClassName
{
border-color: #BDF6DA;
}
</style>