Shades of Perfume #BF9BF6
Tints of Perfume #BF9BF6
RGB
CMYK
RGB Variations
Color information
#BF9BF6 (or 0xBF9BF6) is known color: Perfume. HEX triplet: BF, 9B and F6. RGB value is (191,155,246). Sum of RGB (Red+Green+Blue) = 191+155+246=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF9BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9BF6 is #406409. Grayscale: #AFAFAF. Windows color (decimal): -4219914 or 16161727. OLE color: 16161727.
HSL color Cylindrical-coordinate representation of color #BF9BF6: hue angle of 263.74º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF9BF6 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 155 | 246 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.04 |
| HSL | 263.74º | 0.83% | 0.79% | - |
| HSV(B) | 263.74º | 0.37% | 0.96% | - |
| XYZ | 49.84 | 41.17 | 92.51 | - |
| YUV | 176.14 | 167.43 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 155 | 246 | 0.22 | 0.37 | 0 | 0.04 | 263.74 | 0.83 | 0.79 |
| Hex | BF | 9B | F6 | 16 | 25 | 0 | 4 | 108 | 53 | 4F |
| Octal | 277 | 233 | 366 | 26 | 45 | 0 | 4 | 410 | 123 | 117 |
| Binary | 10111111 | 10011011 | 11110110 | 10110 | 100101 | 0 | 100 | 100001000 | 1010011 | 1001111 |
Color Harmonies of #BF9BF6
Complementary color
Monochromatic Colors of #BF9BF6
Black with #BF9BF6
Text Example
Text Example
White with #BF9BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9BF6; }
p { color: rgb(191,155,246); }
H1.HeaderClassName
{
color: #BF9BF6;
}
.AnyTagClassName
{
color: #BF9BF6;
}
</style>
background-color css
<style>
a { background-color: #BF9BF6; }
a { background-color: rgb(191,155,246); }
div.DivClassName
{
background-color: #BF9BF6;
}
.BgClassName
{
background-color: #BF9BF6;
}
</style>
border-color css
<style>
span { border-color: #BF9BF6; }
span { border-color: rgb(191,155,246); }
td.TdClassName
{
border-color: #BF9BF6;
}
.TagClassName
{
border-color: #BF9BF6;
}
</style>