Shades of Aero Blue #BDF9D6
Tints of Aero Blue #BDF9D6
RGB
CMYK
RGB Variations
Color information
#BDF9D6 (or 0xBDF9D6) is known color: Aero Blue. HEX triplet: BD, F9 and D6. RGB value is (189,249,214). Sum of RGB (Red+Green+Blue) = 189+249+214=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 249 (97.66% from 255 or 38.19% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9D6 is #420629. Grayscale: #E3E3E3. Windows color (decimal): -4326954 or 14088637. OLE color: 14088637.
HSL color Cylindrical-coordinate representation of color #BDF9D6: hue angle of 145º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF9D6 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 214 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.02 |
| HSL | 145º | 0.83% | 0.86% | - |
| HSV(B) | 145º | 0.24% | 0.98% | - |
| XYZ | 67 | 83.43 | 76.19 | - |
| YUV | 227.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 214 | 0.24 | 0 | 0.14 | 0.02 | 145 | 0.83 | 0.86 |
| Hex | BD | F9 | D6 | 18 | 0 | E | 2 | 91 | 53 | 56 |
| Octal | 275 | 371 | 326 | 30 | 0 | 16 | 2 | 221 | 123 | 126 |
| Binary | 10111101 | 11111001 | 11010110 | 11000 | 0 | 1110 | 10 | 10010001 | 1010011 | 1010110 |
Color Harmonies of #BDF9D6
Complementary color
Monochromatic Colors of #BDF9D6
Black with #BDF9D6
Text Example
Text Example
White with #BDF9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF9D6; }
p { color: rgb(189,249,214); }
H1.HeaderClassName
{
color: #BDF9D6;
}
.AnyTagClassName
{
color: #BDF9D6;
}
</style>
background-color css
<style>
a { background-color: #BDF9D6; }
a { background-color: rgb(189,249,214); }
div.DivClassName
{
background-color: #BDF9D6;
}
.BgClassName
{
background-color: #BDF9D6;
}
</style>
border-color css
<style>
span { border-color: #BDF9D6; }
span { border-color: rgb(189,249,214); }
td.TdClassName
{
border-color: #BDF9D6;
}
.TagClassName
{
border-color: #BDF9D6;
}
</style>