Shades of Aero Blue #BDF1D6
Tints of Aero Blue #BDF1D6
RGB
CMYK
RGB Variations
Color information
#BDF1D6 (or 0xBDF1D6) is known color: Aero Blue. HEX triplet: BD, F1 and D6. RGB value is (189,241,214). Sum of RGB (Red+Green+Blue) = 189+241+214=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1D6 is #420E29. Grayscale: #DEDEDE. Windows color (decimal): -4329002 or 14086589. OLE color: 14086589.
HSL color Cylindrical-coordinate representation of color #BDF1D6: hue angle of 148.85º 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 #BDF1D6 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 214 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.05 |
| HSL | 148.85º | 0.65% | 0.84% | - |
| HSV(B) | 148.85º | 0.22% | 0.95% | - |
| XYZ | 64.58 | 78.58 | 75.38 | - |
| YUV | 222.37 | 123.27 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 214 | 0.22 | 0 | 0.11 | 0.05 | 148.85 | 0.65 | 0.84 |
| Hex | BD | F1 | D6 | 16 | 0 | B | 5 | 95 | 41 | 54 |
| Octal | 275 | 361 | 326 | 26 | 0 | 13 | 5 | 225 | 101 | 124 |
| Binary | 10111101 | 11110001 | 11010110 | 10110 | 0 | 1011 | 101 | 10010101 | 1000001 | 1010100 |
Color Harmonies of #BDF1D6
Complementary color
Monochromatic Colors of #BDF1D6
Black with #BDF1D6
Text Example
Text Example
White with #BDF1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1D6; }
p { color: rgb(189,241,214); }
H1.HeaderClassName
{
color: #BDF1D6;
}
.AnyTagClassName
{
color: #BDF1D6;
}
</style>
background-color css
<style>
a { background-color: #BDF1D6; }
a { background-color: rgb(189,241,214); }
div.DivClassName
{
background-color: #BDF1D6;
}
.BgClassName
{
background-color: #BDF1D6;
}
</style>
border-color css
<style>
span { border-color: #BDF1D6; }
span { border-color: rgb(189,241,214); }
td.TdClassName
{
border-color: #BDF1D6;
}
.TagClassName
{
border-color: #BDF1D6;
}
</style>