Shades of Perfume #BF8FFB
Tints of Perfume #BF8FFB
RGB
CMYK
RGB Variations
Color information
#BF8FFB (or 0xBF8FFB) is known color: Perfume. HEX triplet: BF, 8F and FB. RGB value is (191,143,251). Sum of RGB (Red+Green+Blue) = 191+143+251=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF8FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8FFB is #407004. Grayscale: #A9A9A9. Windows color (decimal): -4222981 or 16486335. OLE color: 16486335.
HSL color Cylindrical-coordinate representation of color #BF8FFB: hue angle of 266.67º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF8FFB is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 143 | 251 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.02 |
| HSL | 266.67º | 0.93% | 0.77% | - |
| HSV(B) | 266.67º | 0.43% | 0.98% | - |
| XYZ | 48.72 | 37.69 | 95.97 | - |
| YUV | 169.66 | 173.9 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 251 | 0.24 | 0.43 | 0 | 0.02 | 266.67 | 0.93 | 0.77 |
| Hex | BF | 8F | FB | 18 | 2B | 0 | 2 | 10B | 5D | 4D |
| Octal | 277 | 217 | 373 | 30 | 53 | 0 | 2 | 413 | 135 | 115 |
| Binary | 10111111 | 10001111 | 11111011 | 11000 | 101011 | 0 | 10 | 100001011 | 1011101 | 1001101 |
Color Harmonies of #BF8FFB
Complementary color
Monochromatic Colors of #BF8FFB
Black with #BF8FFB
Text Example
Text Example
White with #BF8FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8FFB; }
p { color: rgb(191,143,251); }
H1.HeaderClassName
{
color: #BF8FFB;
}
.AnyTagClassName
{
color: #BF8FFB;
}
</style>
background-color css
<style>
a { background-color: #BF8FFB; }
a { background-color: rgb(191,143,251); }
div.DivClassName
{
background-color: #BF8FFB;
}
.BgClassName
{
background-color: #BF8FFB;
}
</style>
border-color css
<style>
span { border-color: #BF8FFB; }
span { border-color: rgb(191,143,251); }
td.TdClassName
{
border-color: #BF8FFB;
}
.TagClassName
{
border-color: #BF8FFB;
}
</style>