Shades of Perfume #BF9FDC
Tints of Perfume #BF9FDC
RGB
CMYK
RGB Variations
Color information
#BF9FDC (or 0xBF9FDC) is known color: Perfume. HEX triplet: BF, 9F and DC. RGB value is (191,159,220). Sum of RGB (Red+Green+Blue) = 191+159+220=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FDC is #406023. Grayscale: #AFAFAF. Windows color (decimal): -4218916 or 14458815. OLE color: 14458815.
HSL color Cylindrical-coordinate representation of color #BF9FDC: hue angle of 271.48º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF9FDC is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 159 | 220 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.14 |
| HSL | 271.48º | 0.47% | 0.74% | - |
| HSV(B) | 271.48º | 0.28% | 0.86% | - |
| XYZ | 46.8 | 41.04 | 73.16 | - |
| YUV | 175.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 159 | 220 | 0.13 | 0.28 | 0 | 0.14 | 271.48 | 0.47 | 0.74 |
| Hex | BF | 9F | DC | D | 1C | 0 | E | 10F | 2F | 4A |
| Octal | 277 | 237 | 334 | 15 | 34 | 0 | 16 | 417 | 57 | 112 |
| Binary | 10111111 | 10011111 | 11011100 | 1101 | 11100 | 0 | 1110 | 100001111 | 101111 | 1001010 |
Color Harmonies of #BF9FDC
Complementary color
Monochromatic Colors of #BF9FDC
Black with #BF9FDC
Text Example
Text Example
White with #BF9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9FDC; }
p { color: rgb(191,159,220); }
H1.HeaderClassName
{
color: #BF9FDC;
}
.AnyTagClassName
{
color: #BF9FDC;
}
</style>
background-color css
<style>
a { background-color: #BF9FDC; }
a { background-color: rgb(191,159,220); }
div.DivClassName
{
background-color: #BF9FDC;
}
.BgClassName
{
background-color: #BF9FDC;
}
</style>
border-color css
<style>
span { border-color: #BF9FDC; }
span { border-color: rgb(191,159,220); }
td.TdClassName
{
border-color: #BF9FDC;
}
.TagClassName
{
border-color: #BF9FDC;
}
</style>