Shades of Perfume #BD9FF7
Tints of Perfume #BD9FF7
RGB
CMYK
RGB Variations
Color information
#BD9FF7 (or 0xBD9FF7) is known color: Perfume. HEX triplet: BD, 9F and F7. RGB value is (189,159,247). Sum of RGB (Red+Green+Blue) = 189+159+247=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 247 (96.88% from 255 or 41.51% from 595); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD9FF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FF7 is #426008. Grayscale: #B1B1B1. Windows color (decimal): -4349961 or 16228285. OLE color: 16228285.
HSL color Cylindrical-coordinate representation of color #BD9FF7: hue angle of 260.45º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD9FF7 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 159 | 247 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.03 |
| HSL | 260.45º | 0.85% | 0.8% | - |
| HSV(B) | 260.45º | 0.36% | 0.97% | - |
| XYZ | 50.17 | 42.33 | 93.52 | - |
| YUV | 178 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 247 | 0.23 | 0.36 | 0 | 0.03 | 260.45 | 0.85 | 0.8 |
| Hex | BD | 9F | F7 | 17 | 24 | 0 | 3 | 104 | 55 | 50 |
| Octal | 275 | 237 | 367 | 27 | 44 | 0 | 3 | 404 | 125 | 120 |
| Binary | 10111101 | 10011111 | 11110111 | 10111 | 100100 | 0 | 11 | 100000100 | 1010101 | 1010000 |
Color Harmonies of #BD9FF7
Complementary color
Monochromatic Colors of #BD9FF7
Black with #BD9FF7
Text Example
Text Example
White with #BD9FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9FF7; }
p { color: rgb(189,159,247); }
H1.HeaderClassName
{
color: #BD9FF7;
}
.AnyTagClassName
{
color: #BD9FF7;
}
</style>
background-color css
<style>
a { background-color: #BD9FF7; }
a { background-color: rgb(189,159,247); }
div.DivClassName
{
background-color: #BD9FF7;
}
.BgClassName
{
background-color: #BD9FF7;
}
</style>
border-color css
<style>
span { border-color: #BD9FF7; }
span { border-color: rgb(189,159,247); }
td.TdClassName
{
border-color: #BD9FF7;
}
.TagClassName
{
border-color: #BD9FF7;
}
</style>