Shades of Perfume #BD9FDF
Tints of Perfume #BD9FDF
RGB
CMYK
RGB Variations
Color information
#BD9FDF (or 0xBD9FDF) is known color: Perfume. HEX triplet: BD, 9F and DF. RGB value is (189,159,223). Sum of RGB (Red+Green+Blue) = 189+159+223=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FDF is #426020. Grayscale: #AFAFAF. Windows color (decimal): -4349985 or 14655421. OLE color: 14655421.
HSL color Cylindrical-coordinate representation of color #BD9FDF: hue angle of 268.12º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD9FDF is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 159 | 223 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.13 |
| HSL | 268.13º | 0.5% | 0.75% | - |
| HSV(B) | 268.13º | 0.29% | 0.87% | - |
| XYZ | 46.7 | 40.94 | 75.25 | - |
| YUV | 175.27 | 154.94 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 223 | 0.15 | 0.29 | 0 | 0.13 | 268.13 | 0.5 | 0.75 |
| Hex | BD | 9F | DF | F | 1D | 0 | D | 10C | 32 | 4B |
| Octal | 275 | 237 | 337 | 17 | 35 | 0 | 15 | 414 | 62 | 113 |
| Binary | 10111101 | 10011111 | 11011111 | 1111 | 11101 | 0 | 1101 | 100001100 | 110010 | 1001011 |
Color Harmonies of #BD9FDF
Complementary color
Monochromatic Colors of #BD9FDF
Black with #BD9FDF
Text Example
Text Example
White with #BD9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9FDF; }
p { color: rgb(189,159,223); }
H1.HeaderClassName
{
color: #BD9FDF;
}
.AnyTagClassName
{
color: #BD9FDF;
}
</style>
background-color css
<style>
a { background-color: #BD9FDF; }
a { background-color: rgb(189,159,223); }
div.DivClassName
{
background-color: #BD9FDF;
}
.BgClassName
{
background-color: #BD9FDF;
}
</style>
border-color css
<style>
span { border-color: #BD9FDF; }
span { border-color: rgb(189,159,223); }
td.TdClassName
{
border-color: #BD9FDF;
}
.TagClassName
{
border-color: #BD9FDF;
}
</style>