Shades of Aero Blue #BFE4D1
Tints of Aero Blue #BFE4D1
RGB
CMYK
RGB Variations
Color information
#BFE4D1 (or 0xBFE4D1) is known color: Aero Blue. HEX triplet: BF, E4 and D1. RGB value is (191,228,209). Sum of RGB (Red+Green+Blue) = 191+228+209=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 228 (89.45% from 255 or 36.31% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4D1 is #401B2E. Grayscale: #D6D6D6. Windows color (decimal): -4201263 or 13755583. OLE color: 13755583.
HSL color Cylindrical-coordinate representation of color #BFE4D1: hue angle of 149.19º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE4D1 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 209 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.11 |
| HSL | 149.19º | 0.41% | 0.82% | - |
| HSV(B) | 149.19º | 0.16% | 0.89% | - |
| XYZ | 60.74 | 71.17 | 70.86 | - |
| YUV | 214.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 209 | 0.16 | 0 | 0.08 | 0.11 | 149.19 | 0.41 | 0.82 |
| Hex | BF | E4 | D1 | 10 | 0 | 8 | B | 95 | 29 | 52 |
| Octal | 277 | 344 | 321 | 20 | 0 | 10 | 13 | 225 | 51 | 122 |
| Binary | 10111111 | 11100100 | 11010001 | 10000 | 0 | 1000 | 1011 | 10010101 | 101001 | 1010010 |
Color Harmonies of #BFE4D1
Complementary color
Monochromatic Colors of #BFE4D1
Black with #BFE4D1
Text Example
Text Example
White with #BFE4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE4D1; }
p { color: rgb(191,228,209); }
H1.HeaderClassName
{
color: #BFE4D1;
}
.AnyTagClassName
{
color: #BFE4D1;
}
</style>
background-color css
<style>
a { background-color: #BFE4D1; }
a { background-color: rgb(191,228,209); }
div.DivClassName
{
background-color: #BFE4D1;
}
.BgClassName
{
background-color: #BFE4D1;
}
</style>
border-color css
<style>
span { border-color: #BFE4D1; }
span { border-color: rgb(191,228,209); }
td.TdClassName
{
border-color: #BFE4D1;
}
.TagClassName
{
border-color: #BFE4D1;
}
</style>