Shades of Aero Blue #BFEDD5
Tints of Aero Blue #BFEDD5
RGB
CMYK
RGB Variations
Color information
#BFEDD5 (or 0xBFEDD5) is known color: Aero Blue. HEX triplet: BF, ED and D5. RGB value is (191,237,213). Sum of RGB (Red+Green+Blue) = 191+237+213=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDD5 is #40122A. Grayscale: #DCDCDC. Windows color (decimal): -4198955 or 14020031. OLE color: 14020031.
HSL color Cylindrical-coordinate representation of color #BFEDD5: hue angle of 148.7º degrees, saturation: 0.56, 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 #BFEDD5 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 213 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.07 |
| HSL | 148.7º | 0.56% | 0.84% | - |
| HSV(B) | 148.7º | 0.19% | 0.93% | - |
| XYZ | 63.78 | 76.45 | 74.35 | - |
| YUV | 220.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 213 | 0.19 | 0 | 0.10 | 0.07 | 148.7 | 0.56 | 0.84 |
| Hex | BF | ED | D5 | 13 | 0 | A | 7 | 95 | 38 | 54 |
| Octal | 277 | 355 | 325 | 23 | 0 | 12 | 7 | 225 | 70 | 124 |
| Binary | 10111111 | 11101101 | 11010101 | 10011 | 0 | 1010 | 111 | 10010101 | 111000 | 1010100 |
Color Harmonies of #BFEDD5
Complementary color
Monochromatic Colors of #BFEDD5
Black with #BFEDD5
Text Example
Text Example
White with #BFEDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDD5; }
p { color: rgb(191,237,213); }
H1.HeaderClassName
{
color: #BFEDD5;
}
.AnyTagClassName
{
color: #BFEDD5;
}
</style>
background-color css
<style>
a { background-color: #BFEDD5; }
a { background-color: rgb(191,237,213); }
div.DivClassName
{
background-color: #BFEDD5;
}
.BgClassName
{
background-color: #BFEDD5;
}
</style>
border-color css
<style>
span { border-color: #BFEDD5; }
span { border-color: rgb(191,237,213); }
td.TdClassName
{
border-color: #BFEDD5;
}
.TagClassName
{
border-color: #BFEDD5;
}
</style>