Shades of Aero Blue #BDF1D3
Tints of Aero Blue #BDF1D3
RGB
CMYK
RGB Variations
Color information
#BDF1D3 (or 0xBDF1D3) is known color: Aero Blue. HEX triplet: BD, F1 and D3. RGB value is (189,241,211). Sum of RGB (Red+Green+Blue) = 189+241+211=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1D3 is #420E2C. Grayscale: #DEDEDE. Windows color (decimal): -4329005 or 13889981. OLE color: 13889981.
HSL color Cylindrical-coordinate representation of color #BDF1D3: hue angle of 145.38º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1D3 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 211 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.05 |
| HSL | 145.38º | 0.65% | 0.84% | - |
| HSV(B) | 145.38º | 0.22% | 0.95% | - |
| XYZ | 64.2 | 78.43 | 73.38 | - |
| YUV | 222.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 211 | 0.22 | 0 | 0.12 | 0.05 | 145.38 | 0.65 | 0.84 |
| Hex | BD | F1 | D3 | 16 | 0 | C | 5 | 91 | 41 | 54 |
| Octal | 275 | 361 | 323 | 26 | 0 | 14 | 5 | 221 | 101 | 124 |
| Binary | 10111101 | 11110001 | 11010011 | 10110 | 0 | 1100 | 101 | 10010001 | 1000001 | 1010100 |
Color Harmonies of #BDF1D3
Complementary color
Monochromatic Colors of #BDF1D3
Black with #BDF1D3
Text Example
Text Example
White with #BDF1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1D3; }
p { color: rgb(189,241,211); }
H1.HeaderClassName
{
color: #BDF1D3;
}
.AnyTagClassName
{
color: #BDF1D3;
}
</style>
background-color css
<style>
a { background-color: #BDF1D3; }
a { background-color: rgb(189,241,211); }
div.DivClassName
{
background-color: #BDF1D3;
}
.BgClassName
{
background-color: #BDF1D3;
}
</style>
border-color css
<style>
span { border-color: #BDF1D3; }
span { border-color: rgb(189,241,211); }
td.TdClassName
{
border-color: #BDF1D3;
}
.TagClassName
{
border-color: #BDF1D3;
}
</style>