Shades of Perfume #BDA5D5
Tints of Perfume #BDA5D5
RGB
CMYK
RGB Variations
Color information
#BDA5D5 (or 0xBDA5D5) is known color: Perfume. HEX triplet: BD, A5 and D5. RGB value is (189,165,213). Sum of RGB (Red+Green+Blue) = 189+165+213=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDA5D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5D5 is #425A2A. Grayscale: #B1B1B1. Windows color (decimal): -4348459 or 14001597. OLE color: 14001597.
HSL color Cylindrical-coordinate representation of color #BDA5D5: hue angle of 270º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDA5D5 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 165 | 213 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.16 |
| HSL | 270º | 0.36% | 0.74% | - |
| HSV(B) | 270º | 0.23% | 0.84% | - |
| XYZ | 46.45 | 42.53 | 68.71 | - |
| YUV | 177.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 213 | 0.11 | 0.23 | 0 | 0.16 | 270 | 0.36 | 0.74 |
| Hex | BD | A5 | D5 | B | 17 | 0 | 10 | 10E | 24 | 4A |
| Octal | 275 | 245 | 325 | 13 | 27 | 0 | 20 | 416 | 44 | 112 |
| Binary | 10111101 | 10100101 | 11010101 | 1011 | 10111 | 0 | 10000 | 100001110 | 100100 | 1001010 |
Color Harmonies of #BDA5D5
Complementary color
Monochromatic Colors of #BDA5D5
Black with #BDA5D5
Text Example
Text Example
White with #BDA5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5D5; }
p { color: rgb(189,165,213); }
H1.HeaderClassName
{
color: #BDA5D5;
}
.AnyTagClassName
{
color: #BDA5D5;
}
</style>
background-color css
<style>
a { background-color: #BDA5D5; }
a { background-color: rgb(189,165,213); }
div.DivClassName
{
background-color: #BDA5D5;
}
.BgClassName
{
background-color: #BDA5D5;
}
</style>
border-color css
<style>
span { border-color: #BDA5D5; }
span { border-color: rgb(189,165,213); }
td.TdClassName
{
border-color: #BDA5D5;
}
.TagClassName
{
border-color: #BDA5D5;
}
</style>