Shades of Perfume #BF9FFB
Tints of Perfume #BF9FFB
RGB
CMYK
RGB Variations
Color information
#BF9FFB (or 0xBF9FFB) is known color: Perfume. HEX triplet: BF, 9F and FB. RGB value is (191,159,251). Sum of RGB (Red+Green+Blue) = 191+159+251=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF9FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9FFB is #406004. Grayscale: #B2B2B2. Windows color (decimal): -4218885 or 16490431. OLE color: 16490431.
HSL color Cylindrical-coordinate representation of color #BF9FFB: hue angle of 260.87º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF9FFB is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 159 | 251 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.02 |
| HSL | 260.87º | 0.92% | 0.8% | - |
| HSV(B) | 260.87º | 0.37% | 0.98% | - |
| XYZ | 51.3 | 42.84 | 96.83 | - |
| YUV | 179.06 | 168.6 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 159 | 251 | 0.24 | 0.37 | 0 | 0.02 | 260.87 | 0.92 | 0.8 |
| Hex | BF | 9F | FB | 18 | 25 | 0 | 2 | 105 | 5C | 50 |
| Octal | 277 | 237 | 373 | 30 | 45 | 0 | 2 | 405 | 134 | 120 |
| Binary | 10111111 | 10011111 | 11111011 | 11000 | 100101 | 0 | 10 | 100000101 | 1011100 | 1010000 |
Color Harmonies of #BF9FFB
Complementary color
Monochromatic Colors of #BF9FFB
Black with #BF9FFB
Text Example
Text Example
White with #BF9FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9FFB; }
p { color: rgb(191,159,251); }
H1.HeaderClassName
{
color: #BF9FFB;
}
.AnyTagClassName
{
color: #BF9FFB;
}
</style>
background-color css
<style>
a { background-color: #BF9FFB; }
a { background-color: rgb(191,159,251); }
div.DivClassName
{
background-color: #BF9FFB;
}
.BgClassName
{
background-color: #BF9FFB;
}
</style>
border-color css
<style>
span { border-color: #BF9FFB; }
span { border-color: rgb(191,159,251); }
td.TdClassName
{
border-color: #BF9FFB;
}
.TagClassName
{
border-color: #BF9FFB;
}
</style>