Shades of Perfume #BF9CDA
Tints of Perfume #BF9CDA
RGB
CMYK
RGB Variations
Color information
#BF9CDA (or 0xBF9CDA) is known color: Perfume. HEX triplet: BF, 9C and DA. RGB value is (191,156,218). Sum of RGB (Red+Green+Blue) = 191+156+218=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9CDA is #406325. Grayscale: #ADADAD. Windows color (decimal): -4219686 or 14326975. OLE color: 14326975.
HSL color Cylindrical-coordinate representation of color #BF9CDA: hue angle of 273.87º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF9CDA is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 156 | 218 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.15 |
| HSL | 273.87º | 0.46% | 0.73% | - |
| HSV(B) | 273.87º | 0.28% | 0.85% | - |
| XYZ | 46.03 | 39.92 | 71.61 | - |
| YUV | 173.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 156 | 218 | 0.12 | 0.28 | 0 | 0.15 | 273.87 | 0.46 | 0.73 |
| Hex | BF | 9C | DA | C | 1C | 0 | F | 112 | 2E | 49 |
| Octal | 277 | 234 | 332 | 14 | 34 | 0 | 17 | 422 | 56 | 111 |
| Binary | 10111111 | 10011100 | 11011010 | 1100 | 11100 | 0 | 1111 | 100010010 | 101110 | 1001001 |
Color Harmonies of #BF9CDA
Complementary color
Monochromatic Colors of #BF9CDA
Black with #BF9CDA
Text Example
Text Example
White with #BF9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9CDA; }
p { color: rgb(191,156,218); }
H1.HeaderClassName
{
color: #BF9CDA;
}
.AnyTagClassName
{
color: #BF9CDA;
}
</style>
background-color css
<style>
a { background-color: #BF9CDA; }
a { background-color: rgb(191,156,218); }
div.DivClassName
{
background-color: #BF9CDA;
}
.BgClassName
{
background-color: #BF9CDA;
}
</style>
border-color css
<style>
span { border-color: #BF9CDA; }
span { border-color: rgb(191,156,218); }
td.TdClassName
{
border-color: #BF9CDA;
}
.TagClassName
{
border-color: #BF9CDA;
}
</style>