Shades of Perfume #BF9DF2
Tints of Perfume #BF9DF2
RGB
CMYK
RGB Variations
Color information
#BF9DF2 (or 0xBF9DF2) is known color: Perfume. HEX triplet: BF, 9D and F2. RGB value is (191,157,242). Sum of RGB (Red+Green+Blue) = 191+157+242=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF9DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9DF2 is #40620D. Grayscale: #B0B0B0. Windows color (decimal): -4219406 or 15900095. OLE color: 15900095.
HSL color Cylindrical-coordinate representation of color #BF9DF2: hue angle of 264º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF9DF2 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 157 | 242 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.05 |
| HSL | 264º | 0.77% | 0.78% | - |
| HSV(B) | 264º | 0.35% | 0.95% | - |
| XYZ | 49.57 | 41.6 | 89.42 | - |
| YUV | 176.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 157 | 242 | 0.21 | 0.35 | 0 | 0.05 | 264 | 0.77 | 0.78 |
| Hex | BF | 9D | F2 | 15 | 23 | 0 | 5 | 108 | 4D | 4E |
| Octal | 277 | 235 | 362 | 25 | 43 | 0 | 5 | 410 | 115 | 116 |
| Binary | 10111111 | 10011101 | 11110010 | 10101 | 100011 | 0 | 101 | 100001000 | 1001101 | 1001110 |
Color Harmonies of #BF9DF2
Complementary color
Monochromatic Colors of #BF9DF2
Black with #BF9DF2
Text Example
Text Example
White with #BF9DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9DF2; }
p { color: rgb(191,157,242); }
H1.HeaderClassName
{
color: #BF9DF2;
}
.AnyTagClassName
{
color: #BF9DF2;
}
</style>
background-color css
<style>
a { background-color: #BF9DF2; }
a { background-color: rgb(191,157,242); }
div.DivClassName
{
background-color: #BF9DF2;
}
.BgClassName
{
background-color: #BF9DF2;
}
</style>
border-color css
<style>
span { border-color: #BF9DF2; }
span { border-color: rgb(191,157,242); }
td.TdClassName
{
border-color: #BF9DF2;
}
.TagClassName
{
border-color: #BF9DF2;
}
</style>