Shades of Perfume #BD9FFD
Tints of Perfume #BD9FFD
RGB
CMYK
RGB Variations
Color information
#BD9FFD (or 0xBD9FFD) is known color: Perfume. HEX triplet: BD, 9F and FD. RGB value is (189,159,253). Sum of RGB (Red+Green+Blue) = 189+159+253=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FFD is #426002. Grayscale: #B2B2B2. Windows color (decimal): -4349955 or 16621501. OLE color: 16621501.
HSL color Cylindrical-coordinate representation of color #BD9FFD: hue angle of 259.15º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD9FFD is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 159 | 253 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.01 |
| HSL | 259.15º | 0.96% | 0.81% | - |
| HSV(B) | 259.15º | 0.37% | 0.99% | - |
| XYZ | 51.11 | 42.71 | 98.48 | - |
| YUV | 178.69 | 169.94 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 253 | 0.25 | 0.37 | 0 | 0.01 | 259.15 | 0.96 | 0.81 |
| Hex | BD | 9F | FD | 19 | 25 | 0 | 1 | 103 | 60 | 51 |
| Octal | 275 | 237 | 375 | 31 | 45 | 0 | 1 | 403 | 140 | 121 |
| Binary | 10111101 | 10011111 | 11111101 | 11001 | 100101 | 0 | 1 | 100000011 | 1100000 | 1010001 |
Color Harmonies of #BD9FFD
Complementary color
Monochromatic Colors of #BD9FFD
Black with #BD9FFD
Text Example
Text Example
White with #BD9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9FFD; }
p { color: rgb(189,159,253); }
H1.HeaderClassName
{
color: #BD9FFD;
}
.AnyTagClassName
{
color: #BD9FFD;
}
</style>
background-color css
<style>
a { background-color: #BD9FFD; }
a { background-color: rgb(189,159,253); }
div.DivClassName
{
background-color: #BD9FFD;
}
.BgClassName
{
background-color: #BD9FFD;
}
</style>
border-color css
<style>
span { border-color: #BD9FFD; }
span { border-color: rgb(189,159,253); }
td.TdClassName
{
border-color: #BD9FFD;
}
.TagClassName
{
border-color: #BD9FFD;
}
</style>