Shades of Perfume #BF9FDF
Tints of Perfume #BF9FDF
RGB
CMYK
RGB Variations
Color information
#BF9FDF (or 0xBF9FDF) is known color: Perfume. HEX triplet: BF, 9F and DF. RGB value is (191,159,223). Sum of RGB (Red+Green+Blue) = 191+159+223=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FDF is #406020. Grayscale: #AFAFAF. Windows color (decimal): -4218913 or 14655423. OLE color: 14655423.
HSL color Cylindrical-coordinate representation of color #BF9FDF: hue angle of 270º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF9FDF is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 159 | 223 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.13 |
| HSL | 270º | 0.5% | 0.75% | - |
| HSV(B) | 270º | 0.29% | 0.87% | - |
| XYZ | 47.2 | 41.2 | 75.28 | - |
| YUV | 175.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 159 | 223 | 0.14 | 0.29 | 0 | 0.13 | 270 | 0.5 | 0.75 |
| Hex | BF | 9F | DF | E | 1D | 0 | D | 10E | 32 | 4B |
| Octal | 277 | 237 | 337 | 16 | 35 | 0 | 15 | 416 | 62 | 113 |
| Binary | 10111111 | 10011111 | 11011111 | 1110 | 11101 | 0 | 1101 | 100001110 | 110010 | 1001011 |
Color Harmonies of #BF9FDF
Complementary color
Monochromatic Colors of #BF9FDF
Black with #BF9FDF
Text Example
Text Example
White with #BF9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9FDF; }
p { color: rgb(191,159,223); }
H1.HeaderClassName
{
color: #BF9FDF;
}
.AnyTagClassName
{
color: #BF9FDF;
}
</style>
background-color css
<style>
a { background-color: #BF9FDF; }
a { background-color: rgb(191,159,223); }
div.DivClassName
{
background-color: #BF9FDF;
}
.BgClassName
{
background-color: #BF9FDF;
}
</style>
border-color css
<style>
span { border-color: #BF9FDF; }
span { border-color: rgb(191,159,223); }
td.TdClassName
{
border-color: #BF9FDF;
}
.TagClassName
{
border-color: #BF9FDF;
}
</style>