Shades of Aero Blue #BDF7DC
Tints of Aero Blue #BDF7DC
RGB
CMYK
RGB Variations
Color information
#BDF7DC (or 0xBDF7DC) is known color: Aero Blue. HEX triplet: BD, F7 and DC. RGB value is (189,247,220). Sum of RGB (Red+Green+Blue) = 189+247+220=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7DC is #420823. Grayscale: #E2E2E2. Windows color (decimal): -4327460 or 14481341. OLE color: 14481341.
HSL color Cylindrical-coordinate representation of color #BDF7DC: hue angle of 152.07º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7DC is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 220 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.03 |
| HSL | 152.07º | 0.78% | 0.85% | - |
| HSV(B) | 152.07º | 0.23% | 0.97% | - |
| XYZ | 67.17 | 82.51 | 80.1 | - |
| YUV | 226.58 | 124.28 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 220 | 0.23 | 0 | 0.11 | 0.03 | 152.07 | 0.78 | 0.85 |
| Hex | BD | F7 | DC | 17 | 0 | B | 3 | 98 | 4E | 55 |
| Octal | 275 | 367 | 334 | 27 | 0 | 13 | 3 | 230 | 116 | 125 |
| Binary | 10111101 | 11110111 | 11011100 | 10111 | 0 | 1011 | 11 | 10011000 | 1001110 | 1010101 |
Color Harmonies of #BDF7DC
Complementary color
Monochromatic Colors of #BDF7DC
Black with #BDF7DC
Text Example
Text Example
White with #BDF7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF7DC; }
p { color: rgb(189,247,220); }
H1.HeaderClassName
{
color: #BDF7DC;
}
.AnyTagClassName
{
color: #BDF7DC;
}
</style>
background-color css
<style>
a { background-color: #BDF7DC; }
a { background-color: rgb(189,247,220); }
div.DivClassName
{
background-color: #BDF7DC;
}
.BgClassName
{
background-color: #BDF7DC;
}
</style>
border-color css
<style>
span { border-color: #BDF7DC; }
span { border-color: rgb(189,247,220); }
td.TdClassName
{
border-color: #BDF7DC;
}
.TagClassName
{
border-color: #BDF7DC;
}
</style>