Shades of Aero Blue #BFE8D7
Tints of Aero Blue #BFE8D7
RGB
CMYK
RGB Variations
Color information
#BFE8D7 (or 0xBFE8D7) is known color: Aero Blue. HEX triplet: BF, E8 and D7. RGB value is (191,232,215). Sum of RGB (Red+Green+Blue) = 191+232+215=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 232 (91.02% from 255 or 36.36% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE8D7 is #401728. Grayscale: #D9D9D9. Windows color (decimal): -4200233 or 14149823. OLE color: 14149823.
HSL color Cylindrical-coordinate representation of color #BFE8D7: hue angle of 155.12º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE8D7 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 215 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.09 |
| HSL | 155.12º | 0.47% | 0.83% | - |
| HSV(B) | 155.12º | 0.18% | 0.91% | - |
| XYZ | 62.61 | 73.7 | 75.21 | - |
| YUV | 217.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 215 | 0.18 | 0 | 0.07 | 0.09 | 155.12 | 0.47 | 0.83 |
| Hex | BF | E8 | D7 | 12 | 0 | 7 | 9 | 9B | 2F | 53 |
| Octal | 277 | 350 | 327 | 22 | 0 | 7 | 11 | 233 | 57 | 123 |
| Binary | 10111111 | 11101000 | 11010111 | 10010 | 0 | 111 | 1001 | 10011011 | 101111 | 1010011 |
Color Harmonies of #BFE8D7
Complementary color
Monochromatic Colors of #BFE8D7
Black with #BFE8D7
Text Example
Text Example
White with #BFE8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE8D7; }
p { color: rgb(191,232,215); }
H1.HeaderClassName
{
color: #BFE8D7;
}
.AnyTagClassName
{
color: #BFE8D7;
}
</style>
background-color css
<style>
a { background-color: #BFE8D7; }
a { background-color: rgb(191,232,215); }
div.DivClassName
{
background-color: #BFE8D7;
}
.BgClassName
{
background-color: #BFE8D7;
}
</style>
border-color css
<style>
span { border-color: #BFE8D7; }
span { border-color: rgb(191,232,215); }
td.TdClassName
{
border-color: #BFE8D7;
}
.TagClassName
{
border-color: #BFE8D7;
}
</style>