Shades of Perfume #BFA1F7
Tints of Perfume #BFA1F7
RGB
CMYK
RGB Variations
Color information
#BFA1F7 (or 0xBFA1F7) is known color: Perfume. HEX triplet: BF, A1 and F7. RGB value is (191,161,247). Sum of RGB (Red+Green+Blue) = 191+161+247=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 161 (63.28% from 255 or 26.88% from 599); Blue value is 247 (96.88% from 255 or 41.24% from 599); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFA1F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA1F7 is #405E08. Grayscale: #B3B3B3. Windows color (decimal): -4218377 or 16228799. OLE color: 16228799.
HSL color Cylindrical-coordinate representation of color #BFA1F7: hue angle of 260.93º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFA1F7 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 161 | 247 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.03 |
| HSL | 260.93º | 0.84% | 0.8% | - |
| HSV(B) | 260.93º | 0.35% | 0.97% | - |
| XYZ | 51.02 | 43.28 | 93.66 | - |
| YUV | 179.77 | 165.94 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 247 | 0.23 | 0.35 | 0 | 0.03 | 260.93 | 0.84 | 0.8 |
| Hex | BF | A1 | F7 | 17 | 23 | 0 | 3 | 105 | 54 | 50 |
| Octal | 277 | 241 | 367 | 27 | 43 | 0 | 3 | 405 | 124 | 120 |
| Binary | 10111111 | 10100001 | 11110111 | 10111 | 100011 | 0 | 11 | 100000101 | 1010100 | 1010000 |
Color Harmonies of #BFA1F7
Complementary color
Monochromatic Colors of #BFA1F7
Black with #BFA1F7
Text Example
Text Example
White with #BFA1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA1F7; }
p { color: rgb(191,161,247); }
H1.HeaderClassName
{
color: #BFA1F7;
}
.AnyTagClassName
{
color: #BFA1F7;
}
</style>
background-color css
<style>
a { background-color: #BFA1F7; }
a { background-color: rgb(191,161,247); }
div.DivClassName
{
background-color: #BFA1F7;
}
.BgClassName
{
background-color: #BFA1F7;
}
</style>
border-color css
<style>
span { border-color: #BFA1F7; }
span { border-color: rgb(191,161,247); }
td.TdClassName
{
border-color: #BFA1F7;
}
.TagClassName
{
border-color: #BFA1F7;
}
</style>