Shades of Aero Blue #BDF8D4
Tints of Aero Blue #BDF8D4
RGB
CMYK
RGB Variations
Color information
#BDF8D4 (or 0xBDF8D4) is known color: Aero Blue. HEX triplet: BD, F8 and D4. RGB value is (189,248,212). Sum of RGB (Red+Green+Blue) = 189+248+212=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF8D4 is #42072B. Grayscale: #E2E2E2. Windows color (decimal): -4327212 or 13957309. OLE color: 13957309.
HSL color Cylindrical-coordinate representation of color #BDF8D4: hue angle of 143.39º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF8D4 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 212 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.03 |
| HSL | 143.39º | 0.81% | 0.86% | - |
| HSV(B) | 143.39º | 0.24% | 0.97% | - |
| XYZ | 66.44 | 82.71 | 74.75 | - |
| YUV | 226.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 212 | 0.24 | 0 | 0.15 | 0.03 | 143.39 | 0.81 | 0.86 |
| Hex | BD | F8 | D4 | 18 | 0 | F | 3 | 8F | 51 | 56 |
| Octal | 275 | 370 | 324 | 30 | 0 | 17 | 3 | 217 | 121 | 126 |
| Binary | 10111101 | 11111000 | 11010100 | 11000 | 0 | 1111 | 11 | 10001111 | 1010001 | 1010110 |
Color Harmonies of #BDF8D4
Complementary color
Monochromatic Colors of #BDF8D4
Black with #BDF8D4
Text Example
Text Example
White with #BDF8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8D4; }
p { color: rgb(189,248,212); }
H1.HeaderClassName
{
color: #BDF8D4;
}
.AnyTagClassName
{
color: #BDF8D4;
}
</style>
background-color css
<style>
a { background-color: #BDF8D4; }
a { background-color: rgb(189,248,212); }
div.DivClassName
{
background-color: #BDF8D4;
}
.BgClassName
{
background-color: #BDF8D4;
}
</style>
border-color css
<style>
span { border-color: #BDF8D4; }
span { border-color: rgb(189,248,212); }
td.TdClassName
{
border-color: #BDF8D4;
}
.TagClassName
{
border-color: #BDF8D4;
}
</style>