Shades of Perfume #BF9BDF
Tints of Perfume #BF9BDF
RGB
CMYK
RGB Variations
Color information
#BF9BDF (or 0xBF9BDF) is known color: Perfume. HEX triplet: BF, 9B and DF. RGB value is (191,155,223). Sum of RGB (Red+Green+Blue) = 191+155+223=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF9BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9BDF is #406420. Grayscale: #ADADAD. Windows color (decimal): -4219937 or 14654399. OLE color: 14654399.
HSL color Cylindrical-coordinate representation of color #BF9BDF: hue angle of 271.76º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF9BDF is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 155 | 223 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.13 |
| HSL | 271.76º | 0.52% | 0.74% | - |
| HSV(B) | 271.76º | 0.3% | 0.87% | - |
| XYZ | 46.53 | 39.85 | 75.05 | - |
| YUV | 173.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 155 | 223 | 0.14 | 0.30 | 0 | 0.13 | 271.76 | 0.52 | 0.74 |
| Hex | BF | 9B | DF | E | 1E | 0 | D | 110 | 34 | 4A |
| Octal | 277 | 233 | 337 | 16 | 36 | 0 | 15 | 420 | 64 | 112 |
| Binary | 10111111 | 10011011 | 11011111 | 1110 | 11110 | 0 | 1101 | 100010000 | 110100 | 1001010 |
Color Harmonies of #BF9BDF
Complementary color
Monochromatic Colors of #BF9BDF
Black with #BF9BDF
Text Example
Text Example
White with #BF9BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9BDF; }
p { color: rgb(191,155,223); }
H1.HeaderClassName
{
color: #BF9BDF;
}
.AnyTagClassName
{
color: #BF9BDF;
}
</style>
background-color css
<style>
a { background-color: #BF9BDF; }
a { background-color: rgb(191,155,223); }
div.DivClassName
{
background-color: #BF9BDF;
}
.BgClassName
{
background-color: #BF9BDF;
}
</style>
border-color css
<style>
span { border-color: #BF9BDF; }
span { border-color: rgb(191,155,223); }
td.TdClassName
{
border-color: #BF9BDF;
}
.TagClassName
{
border-color: #BF9BDF;
}
</style>