Shades of Perfume #BF9FF2
Tints of Perfume #BF9FF2
RGB
CMYK
RGB Variations
Color information
#BF9FF2 (or 0xBF9FF2) is known color: Perfume. HEX triplet: BF, 9F and F2. RGB value is (191,159,242). Sum of RGB (Red+Green+Blue) = 191+159+242=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF9FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9FF2 is #40600D. Grayscale: #B1B1B1. Windows color (decimal): -4218894 or 15900607. OLE color: 15900607.
HSL color Cylindrical-coordinate representation of color #BF9FF2: hue angle of 263.13º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF9FF2 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 159 | 242 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.05 |
| HSL | 263.13º | 0.76% | 0.79% | - |
| HSV(B) | 263.13º | 0.34% | 0.95% | - |
| XYZ | 49.91 | 42.28 | 89.54 | - |
| YUV | 178.03 | 164.1 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 159 | 242 | 0.21 | 0.34 | 0 | 0.05 | 263.13 | 0.76 | 0.79 |
| Hex | BF | 9F | F2 | 15 | 22 | 0 | 5 | 107 | 4C | 4F |
| Octal | 277 | 237 | 362 | 25 | 42 | 0 | 5 | 407 | 114 | 117 |
| Binary | 10111111 | 10011111 | 11110010 | 10101 | 100010 | 0 | 101 | 100000111 | 1001100 | 1001111 |
Color Harmonies of #BF9FF2
Complementary color
Monochromatic Colors of #BF9FF2
Black with #BF9FF2
Text Example
Text Example
White with #BF9FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9FF2; }
p { color: rgb(191,159,242); }
H1.HeaderClassName
{
color: #BF9FF2;
}
.AnyTagClassName
{
color: #BF9FF2;
}
</style>
background-color css
<style>
a { background-color: #BF9FF2; }
a { background-color: rgb(191,159,242); }
div.DivClassName
{
background-color: #BF9FF2;
}
.BgClassName
{
background-color: #BF9FF2;
}
</style>
border-color css
<style>
span { border-color: #BF9FF2; }
span { border-color: rgb(191,159,242); }
td.TdClassName
{
border-color: #BF9FF2;
}
.TagClassName
{
border-color: #BF9FF2;
}
</style>