Shades of Perfume #BFA1F1
Tints of Perfume #BFA1F1
RGB
CMYK
RGB Variations
Color information
#BFA1F1 (or 0xBFA1F1) is known color: Perfume. HEX triplet: BF, A1 and F1. RGB value is (191,161,241). Sum of RGB (Red+Green+Blue) = 191+161+241=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFA1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA1F1 is #405E0E. Grayscale: #B2B2B2. Windows color (decimal): -4218383 or 15835583. OLE color: 15835583.
HSL color Cylindrical-coordinate representation of color #BFA1F1: hue angle of 262.5º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFA1F1 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 161 | 241 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.05 |
| HSL | 262.5º | 0.74% | 0.79% | - |
| HSV(B) | 262.5º | 0.33% | 0.95% | - |
| XYZ | 50.11 | 42.92 | 88.86 | - |
| YUV | 179.09 | 162.94 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 241 | 0.21 | 0.33 | 0 | 0.05 | 262.5 | 0.74 | 0.79 |
| Hex | BF | A1 | F1 | 15 | 21 | 0 | 5 | 106 | 4A | 4F |
| Octal | 277 | 241 | 361 | 25 | 41 | 0 | 5 | 406 | 112 | 117 |
| Binary | 10111111 | 10100001 | 11110001 | 10101 | 100001 | 0 | 101 | 100000110 | 1001010 | 1001111 |
Color Harmonies of #BFA1F1
Complementary color
Monochromatic Colors of #BFA1F1
Black with #BFA1F1
Text Example
Text Example
White with #BFA1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA1F1; }
p { color: rgb(191,161,241); }
H1.HeaderClassName
{
color: #BFA1F1;
}
.AnyTagClassName
{
color: #BFA1F1;
}
</style>
background-color css
<style>
a { background-color: #BFA1F1; }
a { background-color: rgb(191,161,241); }
div.DivClassName
{
background-color: #BFA1F1;
}
.BgClassName
{
background-color: #BFA1F1;
}
</style>
border-color css
<style>
span { border-color: #BFA1F1; }
span { border-color: rgb(191,161,241); }
td.TdClassName
{
border-color: #BFA1F1;
}
.TagClassName
{
border-color: #BFA1F1;
}
</style>