Shades of Perfume #BF9CDF
Tints of Perfume #BF9CDF
RGB
CMYK
RGB Variations
Color information
#BF9CDF (or 0xBF9CDF) is known color: Perfume. HEX triplet: BF, 9C and DF. RGB value is (191,156,223). Sum of RGB (Red+Green+Blue) = 191+156+223=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF9CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9CDF is #406320. Grayscale: #ADADAD. Windows color (decimal): -4219681 or 14654655. OLE color: 14654655.
HSL color Cylindrical-coordinate representation of color #BF9CDF: hue angle of 271.34º degrees, saturation: 0.51, 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 #BF9CDF is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 156 | 223 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.13 |
| HSL | 271.34º | 0.51% | 0.74% | - |
| HSV(B) | 271.34º | 0.3% | 0.87% | - |
| XYZ | 46.69 | 40.18 | 75.11 | - |
| YUV | 174.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 156 | 223 | 0.14 | 0.30 | 0 | 0.13 | 271.34 | 0.51 | 0.74 |
| Hex | BF | 9C | DF | E | 1E | 0 | D | 10F | 33 | 4A |
| Octal | 277 | 234 | 337 | 16 | 36 | 0 | 15 | 417 | 63 | 112 |
| Binary | 10111111 | 10011100 | 11011111 | 1110 | 11110 | 0 | 1101 | 100001111 | 110011 | 1001010 |
Color Harmonies of #BF9CDF
Complementary color
Monochromatic Colors of #BF9CDF
Black with #BF9CDF
Text Example
Text Example
White with #BF9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9CDF; }
p { color: rgb(191,156,223); }
H1.HeaderClassName
{
color: #BF9CDF;
}
.AnyTagClassName
{
color: #BF9CDF;
}
</style>
background-color css
<style>
a { background-color: #BF9CDF; }
a { background-color: rgb(191,156,223); }
div.DivClassName
{
background-color: #BF9CDF;
}
.BgClassName
{
background-color: #BF9CDF;
}
</style>
border-color css
<style>
span { border-color: #BF9CDF; }
span { border-color: rgb(191,156,223); }
td.TdClassName
{
border-color: #BF9CDF;
}
.TagClassName
{
border-color: #BF9CDF;
}
</style>