Shades of Perfume #BF9CFA
Tints of Perfume #BF9CFA
RGB
CMYK
RGB Variations
Color information
#BF9CFA (or 0xBF9CFA) is known color: Perfume. HEX triplet: BF, 9C and FA. RGB value is (191,156,250). Sum of RGB (Red+Green+Blue) = 191+156+250=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF9CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9CFA is #406305. Grayscale: #B0B0B0. Windows color (decimal): -4219654 or 16424127. OLE color: 16424127.
HSL color Cylindrical-coordinate representation of color #BF9CFA: hue angle of 262.34º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF9CFA is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 156 | 250 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.02 |
| HSL | 262.34º | 0.9% | 0.8% | - |
| HSV(B) | 262.34º | 0.38% | 0.98% | - |
| XYZ | 50.63 | 41.76 | 95.83 | - |
| YUV | 177.18 | 169.1 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 156 | 250 | 0.24 | 0.38 | 0 | 0.02 | 262.34 | 0.9 | 0.8 |
| Hex | BF | 9C | FA | 18 | 26 | 0 | 2 | 106 | 5A | 50 |
| Octal | 277 | 234 | 372 | 30 | 46 | 0 | 2 | 406 | 132 | 120 |
| Binary | 10111111 | 10011100 | 11111010 | 11000 | 100110 | 0 | 10 | 100000110 | 1011010 | 1010000 |
Color Harmonies of #BF9CFA
Complementary color
Monochromatic Colors of #BF9CFA
Black with #BF9CFA
Text Example
Text Example
White with #BF9CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9CFA; }
p { color: rgb(191,156,250); }
H1.HeaderClassName
{
color: #BF9CFA;
}
.AnyTagClassName
{
color: #BF9CFA;
}
</style>
background-color css
<style>
a { background-color: #BF9CFA; }
a { background-color: rgb(191,156,250); }
div.DivClassName
{
background-color: #BF9CFA;
}
.BgClassName
{
background-color: #BF9CFA;
}
</style>
border-color css
<style>
span { border-color: #BF9CFA; }
span { border-color: rgb(191,156,250); }
td.TdClassName
{
border-color: #BF9CFA;
}
.TagClassName
{
border-color: #BF9CFA;
}
</style>