Shades of Perfume #BFA1FB
Tints of Perfume #BFA1FB
RGB
CMYK
RGB Variations
Color information
#BFA1FB (or 0xBFA1FB) is known color: Perfume. HEX triplet: BF, A1 and FB. RGB value is (191,161,251). Sum of RGB (Red+Green+Blue) = 191+161+251=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFA1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA1FB is #405E04. Grayscale: #B3B3B3. Windows color (decimal): -4218373 or 16490943. OLE color: 16490943.
HSL color Cylindrical-coordinate representation of color #BFA1FB: hue angle of 260º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFA1FB is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 161 | 251 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.02 |
| HSL | 260º | 0.92% | 0.81% | - |
| HSV(B) | 260º | 0.36% | 0.98% | - |
| XYZ | 51.64 | 43.53 | 96.95 | - |
| YUV | 180.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 251 | 0.24 | 0.36 | 0 | 0.02 | 260 | 0.92 | 0.81 |
| Hex | BF | A1 | FB | 18 | 24 | 0 | 2 | 104 | 5C | 51 |
| Octal | 277 | 241 | 373 | 30 | 44 | 0 | 2 | 404 | 134 | 121 |
| Binary | 10111111 | 10100001 | 11111011 | 11000 | 100100 | 0 | 10 | 100000100 | 1011100 | 1010001 |
Color Harmonies of #BFA1FB
Complementary color
Monochromatic Colors of #BFA1FB
Black with #BFA1FB
Text Example
Text Example
White with #BFA1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA1FB; }
p { color: rgb(191,161,251); }
H1.HeaderClassName
{
color: #BFA1FB;
}
.AnyTagClassName
{
color: #BFA1FB;
}
</style>
background-color css
<style>
a { background-color: #BFA1FB; }
a { background-color: rgb(191,161,251); }
div.DivClassName
{
background-color: #BFA1FB;
}
.BgClassName
{
background-color: #BFA1FB;
}
</style>
border-color css
<style>
span { border-color: #BFA1FB; }
span { border-color: rgb(191,161,251); }
td.TdClassName
{
border-color: #BFA1FB;
}
.TagClassName
{
border-color: #BFA1FB;
}
</style>