Shades of Perfume #BDA0DF
Tints of Perfume #BDA0DF
RGB
CMYK
RGB Variations
Color information
#BDA0DF (or 0xBDA0DF) is known color: Perfume. HEX triplet: BD, A0 and DF. RGB value is (189,160,223). Sum of RGB (Red+Green+Blue) = 189+160+223=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDA0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA0DF is #425F20. Grayscale: #AFAFAF. Windows color (decimal): -4349729 or 14655677. OLE color: 14655677.
HSL color Cylindrical-coordinate representation of color #BDA0DF: hue angle of 267.62º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDA0DF is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 160 | 223 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.13 |
| HSL | 267.62º | 0.5% | 0.75% | - |
| HSV(B) | 267.62º | 0.28% | 0.87% | - |
| XYZ | 46.88 | 41.29 | 75.31 | - |
| YUV | 175.85 | 154.61 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 223 | 0.15 | 0.28 | 0 | 0.13 | 267.62 | 0.5 | 0.75 |
| Hex | BD | A0 | DF | F | 1C | 0 | D | 10C | 32 | 4B |
| Octal | 275 | 240 | 337 | 17 | 34 | 0 | 15 | 414 | 62 | 113 |
| Binary | 10111101 | 10100000 | 11011111 | 1111 | 11100 | 0 | 1101 | 100001100 | 110010 | 1001011 |
Color Harmonies of #BDA0DF
Complementary color
Monochromatic Colors of #BDA0DF
Black with #BDA0DF
Text Example
Text Example
White with #BDA0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA0DF; }
p { color: rgb(189,160,223); }
H1.HeaderClassName
{
color: #BDA0DF;
}
.AnyTagClassName
{
color: #BDA0DF;
}
</style>
background-color css
<style>
a { background-color: #BDA0DF; }
a { background-color: rgb(189,160,223); }
div.DivClassName
{
background-color: #BDA0DF;
}
.BgClassName
{
background-color: #BDA0DF;
}
</style>
border-color css
<style>
span { border-color: #BDA0DF; }
span { border-color: rgb(189,160,223); }
td.TdClassName
{
border-color: #BDA0DF;
}
.TagClassName
{
border-color: #BDA0DF;
}
</style>