Shades of Perfume #BF9EDD
Tints of Perfume #BF9EDD
RGB
CMYK
RGB Variations
Color information
#BF9EDD (or 0xBF9EDD) is known color: Perfume. HEX triplet: BF, 9E and DD. RGB value is (191,158,221). Sum of RGB (Red+Green+Blue) = 191+158+221=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9EDD is #406122. Grayscale: #AEAEAE. Windows color (decimal): -4219171 or 14524095. OLE color: 14524095.
HSL color Cylindrical-coordinate representation of color #BF9EDD: hue angle of 271.43º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF9EDD is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 158 | 221 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.13 |
| HSL | 271.43º | 0.48% | 0.74% | - |
| HSV(B) | 271.43º | 0.29% | 0.87% | - |
| XYZ | 46.76 | 40.75 | 73.81 | - |
| YUV | 175.05 | 153.93 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 158 | 221 | 0.14 | 0.29 | 0 | 0.13 | 271.43 | 0.48 | 0.74 |
| Hex | BF | 9E | DD | E | 1D | 0 | D | 10F | 30 | 4A |
| Octal | 277 | 236 | 335 | 16 | 35 | 0 | 15 | 417 | 60 | 112 |
| Binary | 10111111 | 10011110 | 11011101 | 1110 | 11101 | 0 | 1101 | 100001111 | 110000 | 1001010 |
Color Harmonies of #BF9EDD
Complementary color
Monochromatic Colors of #BF9EDD
Black with #BF9EDD
Text Example
Text Example
White with #BF9EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9EDD; }
p { color: rgb(191,158,221); }
H1.HeaderClassName
{
color: #BF9EDD;
}
.AnyTagClassName
{
color: #BF9EDD;
}
</style>
background-color css
<style>
a { background-color: #BF9EDD; }
a { background-color: rgb(191,158,221); }
div.DivClassName
{
background-color: #BF9EDD;
}
.BgClassName
{
background-color: #BF9EDD;
}
</style>
border-color css
<style>
span { border-color: #BF9EDD; }
span { border-color: rgb(191,158,221); }
td.TdClassName
{
border-color: #BF9EDD;
}
.TagClassName
{
border-color: #BF9EDD;
}
</style>