Shades of Aero Blue #BFECD5
Tints of Aero Blue #BFECD5
RGB
CMYK
RGB Variations
Color information
#BFECD5 (or 0xBFECD5) is known color: Aero Blue. HEX triplet: BF, EC and D5. RGB value is (191,236,213). Sum of RGB (Red+Green+Blue) = 191+236+213=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECD5 is #40132A. Grayscale: #DBDBDB. Windows color (decimal): -4199211 or 14019775. OLE color: 14019775.
HSL color Cylindrical-coordinate representation of color #BFECD5: hue angle of 149.33º 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 #BFECD5 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 213 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.07 |
| HSL | 149.33º | 0.54% | 0.84% | - |
| HSV(B) | 149.33º | 0.19% | 0.93% | - |
| XYZ | 63.49 | 75.87 | 74.25 | - |
| YUV | 219.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 213 | 0.19 | 0 | 0.10 | 0.07 | 149.33 | 0.54 | 0.84 |
| Hex | BF | EC | D5 | 13 | 0 | A | 7 | 95 | 36 | 54 |
| Octal | 277 | 354 | 325 | 23 | 0 | 12 | 7 | 225 | 66 | 124 |
| Binary | 10111111 | 11101100 | 11010101 | 10011 | 0 | 1010 | 111 | 10010101 | 110110 | 1010100 |
Color Harmonies of #BFECD5
Complementary color
Monochromatic Colors of #BFECD5
Black with #BFECD5
Text Example
Text Example
White with #BFECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECD5; }
p { color: rgb(191,236,213); }
H1.HeaderClassName
{
color: #BFECD5;
}
.AnyTagClassName
{
color: #BFECD5;
}
</style>
background-color css
<style>
a { background-color: #BFECD5; }
a { background-color: rgb(191,236,213); }
div.DivClassName
{
background-color: #BFECD5;
}
.BgClassName
{
background-color: #BFECD5;
}
</style>
border-color css
<style>
span { border-color: #BFECD5; }
span { border-color: rgb(191,236,213); }
td.TdClassName
{
border-color: #BFECD5;
}
.TagClassName
{
border-color: #BFECD5;
}
</style>