Shades of Perfume #BDA5D7
Tints of Perfume #BDA5D7
RGB
CMYK
RGB Variations
Color information
#BDA5D7 (or 0xBDA5D7) is known color: Perfume. HEX triplet: BD, A5 and D7. RGB value is (189,165,215). Sum of RGB (Red+Green+Blue) = 189+165+215=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDA5D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5D7 is #425A28. Grayscale: #B1B1B1. Windows color (decimal): -4348457 or 14132669. OLE color: 14132669.
HSL color Cylindrical-coordinate representation of color #BDA5D7: hue angle of 268.8º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDA5D7 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 165 | 215 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.16 |
| HSL | 268.8º | 0.38% | 0.75% | - |
| HSV(B) | 268.8º | 0.23% | 0.84% | - |
| XYZ | 46.71 | 42.64 | 70.06 | - |
| YUV | 177.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 215 | 0.12 | 0.23 | 0 | 0.16 | 268.8 | 0.38 | 0.75 |
| Hex | BD | A5 | D7 | C | 17 | 0 | 10 | 10D | 26 | 4B |
| Octal | 275 | 245 | 327 | 14 | 27 | 0 | 20 | 415 | 46 | 113 |
| Binary | 10111101 | 10100101 | 11010111 | 1100 | 10111 | 0 | 10000 | 100001101 | 100110 | 1001011 |
Color Harmonies of #BDA5D7
Complementary color
Monochromatic Colors of #BDA5D7
Black with #BDA5D7
Text Example
Text Example
White with #BDA5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5D7; }
p { color: rgb(189,165,215); }
H1.HeaderClassName
{
color: #BDA5D7;
}
.AnyTagClassName
{
color: #BDA5D7;
}
</style>
background-color css
<style>
a { background-color: #BDA5D7; }
a { background-color: rgb(189,165,215); }
div.DivClassName
{
background-color: #BDA5D7;
}
.BgClassName
{
background-color: #BDA5D7;
}
</style>
border-color css
<style>
span { border-color: #BDA5D7; }
span { border-color: rgb(189,165,215); }
td.TdClassName
{
border-color: #BDA5D7;
}
.TagClassName
{
border-color: #BDA5D7;
}
</style>