Shades of Aero Blue #BFECD9
Tints of Aero Blue #BFECD9
RGB
CMYK
RGB Variations
Color information
#BFECD9 (or 0xBFECD9) is known color: Aero Blue. HEX triplet: BF, EC and D9. RGB value is (191,236,217). Sum of RGB (Red+Green+Blue) = 191+236+217=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECD9 is #401326. Grayscale: #DCDCDC. Windows color (decimal): -4199207 or 14281919. OLE color: 14281919.
HSL color Cylindrical-coordinate representation of color #BFECD9: hue angle of 154.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFECD9 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 217 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.07 |
| HSL | 154.67º | 0.54% | 0.84% | - |
| HSV(B) | 154.67º | 0.19% | 0.93% | - |
| XYZ | 64.01 | 76.08 | 76.96 | - |
| YUV | 220.38 | 126.09 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 217 | 0.19 | 0 | 0.08 | 0.07 | 154.67 | 0.54 | 0.84 |
| Hex | BF | EC | D9 | 13 | 0 | 8 | 7 | 9B | 36 | 54 |
| Octal | 277 | 354 | 331 | 23 | 0 | 10 | 7 | 233 | 66 | 124 |
| Binary | 10111111 | 11101100 | 11011001 | 10011 | 0 | 1000 | 111 | 10011011 | 110110 | 1010100 |
Color Harmonies of #BFECD9
Complementary color
Monochromatic Colors of #BFECD9
Black with #BFECD9
Text Example
Text Example
White with #BFECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECD9; }
p { color: rgb(191,236,217); }
H1.HeaderClassName
{
color: #BFECD9;
}
.AnyTagClassName
{
color: #BFECD9;
}
</style>
background-color css
<style>
a { background-color: #BFECD9; }
a { background-color: rgb(191,236,217); }
div.DivClassName
{
background-color: #BFECD9;
}
.BgClassName
{
background-color: #BFECD9;
}
</style>
border-color css
<style>
span { border-color: #BFECD9; }
span { border-color: rgb(191,236,217); }
td.TdClassName
{
border-color: #BFECD9;
}
.TagClassName
{
border-color: #BFECD9;
}
</style>