Shades of Perfume #BD9BF7
Tints of Perfume #BD9BF7
RGB
CMYK
RGB Variations
Color information
#BD9BF7 (or 0xBD9BF7) is known color: Perfume. HEX triplet: BD, 9B and F7. RGB value is (189,155,247). Sum of RGB (Red+Green+Blue) = 189+155+247=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 247 (96.88% from 255 or 41.79% from 591); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD9BF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9BF7 is #426408. Grayscale: #AFAFAF. Windows color (decimal): -4350985 or 16227261. OLE color: 16227261.
HSL color Cylindrical-coordinate representation of color #BD9BF7: hue angle of 262.17º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD9BF7 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 155 | 247 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.03 |
| HSL | 262.17º | 0.85% | 0.79% | - |
| HSV(B) | 262.17º | 0.37% | 0.97% | - |
| XYZ | 49.5 | 40.98 | 93.3 | - |
| YUV | 175.65 | 168.26 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 247 | 0.23 | 0.37 | 0 | 0.03 | 262.17 | 0.85 | 0.79 |
| Hex | BD | 9B | F7 | 17 | 25 | 0 | 3 | 106 | 55 | 4F |
| Octal | 275 | 233 | 367 | 27 | 45 | 0 | 3 | 406 | 125 | 117 |
| Binary | 10111101 | 10011011 | 11110111 | 10111 | 100101 | 0 | 11 | 100000110 | 1010101 | 1001111 |
Color Harmonies of #BD9BF7
Complementary color
Monochromatic Colors of #BD9BF7
Black with #BD9BF7
Text Example
Text Example
White with #BD9BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BF7; }
p { color: rgb(189,155,247); }
H1.HeaderClassName
{
color: #BD9BF7;
}
.AnyTagClassName
{
color: #BD9BF7;
}
</style>
background-color css
<style>
a { background-color: #BD9BF7; }
a { background-color: rgb(189,155,247); }
div.DivClassName
{
background-color: #BD9BF7;
}
.BgClassName
{
background-color: #BD9BF7;
}
</style>
border-color css
<style>
span { border-color: #BD9BF7; }
span { border-color: rgb(189,155,247); }
td.TdClassName
{
border-color: #BD9BF7;
}
.TagClassName
{
border-color: #BD9BF7;
}
</style>