Shades of Aero Blue #BDF1D4
Tints of Aero Blue #BDF1D4
RGB
CMYK
RGB Variations
Color information
#BDF1D4 (or 0xBDF1D4) is known color: Aero Blue. HEX triplet: BD, F1 and D4. RGB value is (189,241,212). Sum of RGB (Red+Green+Blue) = 189+241+212=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1D4 is #420E2B. Grayscale: #DEDEDE. Windows color (decimal): -4329004 or 13955517. OLE color: 13955517.
HSL color Cylindrical-coordinate representation of color #BDF1D4: hue angle of 146.54º 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 #BDF1D4 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 212 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.05 |
| HSL | 146.54º | 0.65% | 0.84% | - |
| HSV(B) | 146.54º | 0.22% | 0.95% | - |
| XYZ | 64.33 | 78.48 | 74.05 | - |
| YUV | 222.15 | 122.27 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 212 | 0.22 | 0 | 0.12 | 0.05 | 146.54 | 0.65 | 0.84 |
| Hex | BD | F1 | D4 | 16 | 0 | C | 5 | 93 | 41 | 54 |
| Octal | 275 | 361 | 324 | 26 | 0 | 14 | 5 | 223 | 101 | 124 |
| Binary | 10111101 | 11110001 | 11010100 | 10110 | 0 | 1100 | 101 | 10010011 | 1000001 | 1010100 |
Color Harmonies of #BDF1D4
Complementary color
Monochromatic Colors of #BDF1D4
Black with #BDF1D4
Text Example
Text Example
White with #BDF1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1D4; }
p { color: rgb(189,241,212); }
H1.HeaderClassName
{
color: #BDF1D4;
}
.AnyTagClassName
{
color: #BDF1D4;
}
</style>
background-color css
<style>
a { background-color: #BDF1D4; }
a { background-color: rgb(189,241,212); }
div.DivClassName
{
background-color: #BDF1D4;
}
.BgClassName
{
background-color: #BDF1D4;
}
</style>
border-color css
<style>
span { border-color: #BDF1D4; }
span { border-color: rgb(189,241,212); }
td.TdClassName
{
border-color: #BDF1D4;
}
.TagClassName
{
border-color: #BDF1D4;
}
</style>