Shades of Aero Blue #BDF8D3
Tints of Aero Blue #BDF8D3
RGB
CMYK
RGB Variations
Color information
#BDF8D3 (or 0xBDF8D3) is known color: Aero Blue. HEX triplet: BD, F8 and D3. RGB value is (189,248,211). Sum of RGB (Red+Green+Blue) = 189+248+211=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 248 (97.27% from 255 or 38.27% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF8D3 is #42072C. Grayscale: #E2E2E2. Windows color (decimal): -4327213 or 13891773. OLE color: 13891773.
HSL color Cylindrical-coordinate representation of color #BDF8D3: hue angle of 142.37º 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 #BDF8D3 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 211 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.03 |
| HSL | 142.37º | 0.81% | 0.86% | - |
| HSV(B) | 142.37º | 0.24% | 0.97% | - |
| XYZ | 66.31 | 82.66 | 74.09 | - |
| YUV | 226.14 | 119.45 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 211 | 0.24 | 0 | 0.15 | 0.03 | 142.37 | 0.81 | 0.86 |
| Hex | BD | F8 | D3 | 18 | 0 | F | 3 | 8E | 51 | 56 |
| Octal | 275 | 370 | 323 | 30 | 0 | 17 | 3 | 216 | 121 | 126 |
| Binary | 10111101 | 11111000 | 11010011 | 11000 | 0 | 1111 | 11 | 10001110 | 1010001 | 1010110 |
Color Harmonies of #BDF8D3
Complementary color
Monochromatic Colors of #BDF8D3
Black with #BDF8D3
Text Example
Text Example
White with #BDF8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8D3; }
p { color: rgb(189,248,211); }
H1.HeaderClassName
{
color: #BDF8D3;
}
.AnyTagClassName
{
color: #BDF8D3;
}
</style>
background-color css
<style>
a { background-color: #BDF8D3; }
a { background-color: rgb(189,248,211); }
div.DivClassName
{
background-color: #BDF8D3;
}
.BgClassName
{
background-color: #BDF8D3;
}
</style>
border-color css
<style>
span { border-color: #BDF8D3; }
span { border-color: rgb(189,248,211); }
td.TdClassName
{
border-color: #BDF8D3;
}
.TagClassName
{
border-color: #BDF8D3;
}
</style>