Shades of Perfume #BF9EDA
Tints of Perfume #BF9EDA
RGB
CMYK
RGB Variations
Color information
#BF9EDA (or 0xBF9EDA) is known color: Perfume. HEX triplet: BF, 9E and DA. RGB value is (191,158,218). Sum of RGB (Red+Green+Blue) = 191+158+218=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF9EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9EDA is #406125. Grayscale: #AEAEAE. Windows color (decimal): -4219174 or 14327487. OLE color: 14327487.
HSL color Cylindrical-coordinate representation of color #BF9EDA: hue angle of 273º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF9EDA is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 158 | 218 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.15 |
| HSL | 273º | 0.45% | 0.74% | - |
| HSV(B) | 273º | 0.28% | 0.85% | - |
| XYZ | 46.37 | 40.59 | 71.72 | - |
| YUV | 174.71 | 152.43 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 158 | 218 | 0.12 | 0.28 | 0 | 0.15 | 273 | 0.45 | 0.74 |
| Hex | BF | 9E | DA | C | 1C | 0 | F | 111 | 2D | 4A |
| Octal | 277 | 236 | 332 | 14 | 34 | 0 | 17 | 421 | 55 | 112 |
| Binary | 10111111 | 10011110 | 11011010 | 1100 | 11100 | 0 | 1111 | 100010001 | 101101 | 1001010 |
Color Harmonies of #BF9EDA
Complementary color
Monochromatic Colors of #BF9EDA
Black with #BF9EDA
Text Example
Text Example
White with #BF9EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9EDA; }
p { color: rgb(191,158,218); }
H1.HeaderClassName
{
color: #BF9EDA;
}
.AnyTagClassName
{
color: #BF9EDA;
}
</style>
background-color css
<style>
a { background-color: #BF9EDA; }
a { background-color: rgb(191,158,218); }
div.DivClassName
{
background-color: #BF9EDA;
}
.BgClassName
{
background-color: #BF9EDA;
}
</style>
border-color css
<style>
span { border-color: #BF9EDA; }
span { border-color: rgb(191,158,218); }
td.TdClassName
{
border-color: #BF9EDA;
}
.TagClassName
{
border-color: #BF9EDA;
}
</style>