Shades of Perfume #BF9BDD
Tints of Perfume #BF9BDD
RGB
CMYK
RGB Variations
Color information
#BF9BDD (or 0xBF9BDD) is known color: Perfume. HEX triplet: BF, 9B and DD. RGB value is (191,155,221). Sum of RGB (Red+Green+Blue) = 191+155+221=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF9BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9BDD is #406422. Grayscale: #ADADAD. Windows color (decimal): -4219939 or 14523327. OLE color: 14523327.
HSL color Cylindrical-coordinate representation of color #BF9BDD: hue angle of 272.73º degrees, saturation: 0.49, 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 #BF9BDD is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 155 | 221 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.13 |
| HSL | 272.73º | 0.49% | 0.74% | - |
| HSV(B) | 272.73º | 0.3% | 0.87% | - |
| XYZ | 46.26 | 39.74 | 73.64 | - |
| YUV | 173.29 | 154.93 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 155 | 221 | 0.14 | 0.30 | 0 | 0.13 | 272.73 | 0.49 | 0.74 |
| Hex | BF | 9B | DD | E | 1E | 0 | D | 111 | 31 | 4A |
| Octal | 277 | 233 | 335 | 16 | 36 | 0 | 15 | 421 | 61 | 112 |
| Binary | 10111111 | 10011011 | 11011101 | 1110 | 11110 | 0 | 1101 | 100010001 | 110001 | 1001010 |
Color Harmonies of #BF9BDD
Complementary color
Monochromatic Colors of #BF9BDD
Black with #BF9BDD
Text Example
Text Example
White with #BF9BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9BDD; }
p { color: rgb(191,155,221); }
H1.HeaderClassName
{
color: #BF9BDD;
}
.AnyTagClassName
{
color: #BF9BDD;
}
</style>
background-color css
<style>
a { background-color: #BF9BDD; }
a { background-color: rgb(191,155,221); }
div.DivClassName
{
background-color: #BF9BDD;
}
.BgClassName
{
background-color: #BF9BDD;
}
</style>
border-color css
<style>
span { border-color: #BF9BDD; }
span { border-color: rgb(191,155,221); }
td.TdClassName
{
border-color: #BF9BDD;
}
.TagClassName
{
border-color: #BF9BDD;
}
</style>