Shades of Aero Blue #BFFFD7
Tints of Aero Blue #BFFFD7
RGB
CMYK
RGB Variations
Color information
#BFFFD7 (or 0xBFFFD7) is known color: Aero Blue. HEX triplet: BF, FF and D7. RGB value is (191,255,215). Sum of RGB (Red+Green+Blue) = 191+255+215=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 215 (84.38% from 255 or 32.53% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFD7 is #400028. Grayscale: #E7E7E7. Windows color (decimal): -4194345 or 14155711. OLE color: 14155711.
HSL color Cylindrical-coordinate representation of color #BFFFD7: hue angle of 142.5º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFD7 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 215 | - |
| CMYK | 0.25 | 0 | 0.16 | 0 |
| HSL | 142.5º | 1% | 0.87% | - |
| HSV(B) | 142.5º | 0.25% | 1% | - |
| XYZ | 69.51 | 87.5 | 77.52 | - |
| YUV | 231.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 215 | 0.25 | 0 | 0.16 | 0 | 142.5 | 1 | 0.87 |
| Hex | BF | FF | D7 | 19 | 0 | 10 | 0 | 8E | 64 | 57 |
| Octal | 277 | 377 | 327 | 31 | 0 | 20 | 0 | 216 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11010111 | 11001 | 0 | 10000 | 0 | 10001110 | 1100100 | 1010111 |
Color Harmonies of #BFFFD7
Complementary color
Monochromatic Colors of #BFFFD7
Black with #BFFFD7
Text Example
Text Example
White with #BFFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFD7; }
p { color: rgb(191,255,215); }
H1.HeaderClassName
{
color: #BFFFD7;
}
.AnyTagClassName
{
color: #BFFFD7;
}
</style>
background-color css
<style>
a { background-color: #BFFFD7; }
a { background-color: rgb(191,255,215); }
div.DivClassName
{
background-color: #BFFFD7;
}
.BgClassName
{
background-color: #BFFFD7;
}
</style>
border-color css
<style>
span { border-color: #BFFFD7; }
span { border-color: rgb(191,255,215); }
td.TdClassName
{
border-color: #BFFFD7;
}
.TagClassName
{
border-color: #BFFFD7;
}
</style>