Shades of Perfume #BFA6E7
Tints of Perfume #BFA6E7
RGB
CMYK
RGB Variations
Color information
#BFA6E7 (or 0xBFA6E7) is known color: Perfume. HEX triplet: BF, A6 and E7. RGB value is (191,166,231). Sum of RGB (Red+Green+Blue) = 191+166+231=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 231 (90.62% from 255 or 39.29% from 588); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFA6E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA6E7 is #405918. Grayscale: #B4B4B4. Windows color (decimal): -4217113 or 15181503. OLE color: 15181503.
HSL color Cylindrical-coordinate representation of color #BFA6E7: hue angle of 263.08º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFA6E7 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 166 | 231 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.09 |
| HSL | 263.08º | 0.58% | 0.78% | - |
| HSV(B) | 263.08º | 0.28% | 0.91% | - |
| XYZ | 49.55 | 44.12 | 81.51 | - |
| YUV | 180.89 | 156.28 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 231 | 0.17 | 0.28 | 0 | 0.09 | 263.08 | 0.58 | 0.78 |
| Hex | BF | A6 | E7 | 11 | 1C | 0 | 9 | 107 | 3A | 4E |
| Octal | 277 | 246 | 347 | 21 | 34 | 0 | 11 | 407 | 72 | 116 |
| Binary | 10111111 | 10100110 | 11100111 | 10001 | 11100 | 0 | 1001 | 100000111 | 111010 | 1001110 |
Color Harmonies of #BFA6E7
Complementary color
Monochromatic Colors of #BFA6E7
Black with #BFA6E7
Text Example
Text Example
White with #BFA6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA6E7; }
p { color: rgb(191,166,231); }
H1.HeaderClassName
{
color: #BFA6E7;
}
.AnyTagClassName
{
color: #BFA6E7;
}
</style>
background-color css
<style>
a { background-color: #BFA6E7; }
a { background-color: rgb(191,166,231); }
div.DivClassName
{
background-color: #BFA6E7;
}
.BgClassName
{
background-color: #BFA6E7;
}
</style>
border-color css
<style>
span { border-color: #BFA6E7; }
span { border-color: rgb(191,166,231); }
td.TdClassName
{
border-color: #BFA6E7;
}
.TagClassName
{
border-color: #BFA6E7;
}
</style>