Shades of Perfume #BD9FDC
Tints of Perfume #BD9FDC
RGB
CMYK
RGB Variations
Color information
#BD9FDC (or 0xBD9FDC) is known color: Perfume. HEX triplet: BD, 9F and DC. RGB value is (189,159,220). Sum of RGB (Red+Green+Blue) = 189+159+220=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FDC is #426023. Grayscale: #AEAEAE. Windows color (decimal): -4349988 or 14458813. OLE color: 14458813.
HSL color Cylindrical-coordinate representation of color #BD9FDC: hue angle of 269.51º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD9FDC is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 159 | 220 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.14 |
| HSL | 269.51º | 0.47% | 0.74% | - |
| HSV(B) | 269.51º | 0.28% | 0.86% | - |
| XYZ | 46.3 | 40.78 | 73.14 | - |
| YUV | 174.92 | 153.44 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 220 | 0.14 | 0.28 | 0 | 0.14 | 269.51 | 0.47 | 0.74 |
| Hex | BD | 9F | DC | E | 1C | 0 | E | 10E | 2F | 4A |
| Octal | 275 | 237 | 334 | 16 | 34 | 0 | 16 | 416 | 57 | 112 |
| Binary | 10111101 | 10011111 | 11011100 | 1110 | 11100 | 0 | 1110 | 100001110 | 101111 | 1001010 |
Color Harmonies of #BD9FDC
Complementary color
Monochromatic Colors of #BD9FDC
Black with #BD9FDC
Text Example
Text Example
White with #BD9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9FDC; }
p { color: rgb(189,159,220); }
H1.HeaderClassName
{
color: #BD9FDC;
}
.AnyTagClassName
{
color: #BD9FDC;
}
</style>
background-color css
<style>
a { background-color: #BD9FDC; }
a { background-color: rgb(189,159,220); }
div.DivClassName
{
background-color: #BD9FDC;
}
.BgClassName
{
background-color: #BD9FDC;
}
</style>
border-color css
<style>
span { border-color: #BD9FDC; }
span { border-color: rgb(189,159,220); }
td.TdClassName
{
border-color: #BD9FDC;
}
.TagClassName
{
border-color: #BD9FDC;
}
</style>