Shades of Perfume #BFA0FB
Tints of Perfume #BFA0FB
RGB
CMYK
RGB Variations
Color information
#BFA0FB (or 0xBFA0FB) is known color: Perfume. HEX triplet: BF, A0 and FB. RGB value is (191,160,251). Sum of RGB (Red+Green+Blue) = 191+160+251=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFA0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA0FB is #405F04. Grayscale: #B3B3B3. Windows color (decimal): -4218629 or 16490687. OLE color: 16490687.
HSL color Cylindrical-coordinate representation of color #BFA0FB: hue angle of 260.44º 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 #BFA0FB is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 160 | 251 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.02 |
| HSL | 260.44º | 0.92% | 0.81% | - |
| HSV(B) | 260.44º | 0.36% | 0.98% | - |
| XYZ | 51.47 | 43.18 | 96.89 | - |
| YUV | 179.64 | 168.27 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 251 | 0.24 | 0.36 | 0 | 0.02 | 260.44 | 0.92 | 0.81 |
| Hex | BF | A0 | FB | 18 | 24 | 0 | 2 | 104 | 5C | 51 |
| Octal | 277 | 240 | 373 | 30 | 44 | 0 | 2 | 404 | 134 | 121 |
| Binary | 10111111 | 10100000 | 11111011 | 11000 | 100100 | 0 | 10 | 100000100 | 1011100 | 1010001 |
Color Harmonies of #BFA0FB
Complementary color
Monochromatic Colors of #BFA0FB
Black with #BFA0FB
Text Example
Text Example
White with #BFA0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA0FB; }
p { color: rgb(191,160,251); }
H1.HeaderClassName
{
color: #BFA0FB;
}
.AnyTagClassName
{
color: #BFA0FB;
}
</style>
background-color css
<style>
a { background-color: #BFA0FB; }
a { background-color: rgb(191,160,251); }
div.DivClassName
{
background-color: #BFA0FB;
}
.BgClassName
{
background-color: #BFA0FB;
}
</style>
border-color css
<style>
span { border-color: #BFA0FB; }
span { border-color: rgb(191,160,251); }
td.TdClassName
{
border-color: #BFA0FB;
}
.TagClassName
{
border-color: #BFA0FB;
}
</style>