Shades of Perfume #BFA1F2
Tints of Perfume #BFA1F2
RGB
CMYK
RGB Variations
Color information
#BFA1F2 (or 0xBFA1F2) is known color: Perfume. HEX triplet: BF, A1 and F2. RGB value is (191,161,242). Sum of RGB (Red+Green+Blue) = 191+161+242=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFA1F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA1F2 is #405E0D. Grayscale: #B2B2B2. Windows color (decimal): -4218382 or 15901119. OLE color: 15901119.
HSL color Cylindrical-coordinate representation of color #BFA1F2: hue angle of 262.22º degrees, saturation: 0.76, 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 #BFA1F2 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 161 | 242 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.05 |
| HSL | 262.22º | 0.76% | 0.79% | - |
| HSV(B) | 262.22º | 0.33% | 0.95% | - |
| XYZ | 50.26 | 42.98 | 89.65 | - |
| YUV | 179.2 | 163.44 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 242 | 0.21 | 0.33 | 0 | 0.05 | 262.22 | 0.76 | 0.79 |
| Hex | BF | A1 | F2 | 15 | 21 | 0 | 5 | 106 | 4C | 4F |
| Octal | 277 | 241 | 362 | 25 | 41 | 0 | 5 | 406 | 114 | 117 |
| Binary | 10111111 | 10100001 | 11110010 | 10101 | 100001 | 0 | 101 | 100000110 | 1001100 | 1001111 |
Color Harmonies of #BFA1F2
Complementary color
Monochromatic Colors of #BFA1F2
Black with #BFA1F2
Text Example
Text Example
White with #BFA1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA1F2; }
p { color: rgb(191,161,242); }
H1.HeaderClassName
{
color: #BFA1F2;
}
.AnyTagClassName
{
color: #BFA1F2;
}
</style>
background-color css
<style>
a { background-color: #BFA1F2; }
a { background-color: rgb(191,161,242); }
div.DivClassName
{
background-color: #BFA1F2;
}
.BgClassName
{
background-color: #BFA1F2;
}
</style>
border-color css
<style>
span { border-color: #BFA1F2; }
span { border-color: rgb(191,161,242); }
td.TdClassName
{
border-color: #BFA1F2;
}
.TagClassName
{
border-color: #BFA1F2;
}
</style>