Shades of Perfume #BDA8D5
Tints of Perfume #BDA8D5
RGB
CMYK
RGB Variations
Color information
#BDA8D5 (or 0xBDA8D5) is known color: Perfume. HEX triplet: BD, A8 and D5. RGB value is (189,168,213). Sum of RGB (Red+Green+Blue) = 189+168+213=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDA8D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA8D5 is #42572A. Grayscale: #B3B3B3. Windows color (decimal): -4347691 or 14002365. OLE color: 14002365.
HSL color Cylindrical-coordinate representation of color #BDA8D5: hue angle of 268º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDA8D5 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 168 | 213 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.16 |
| HSL | 268º | 0.35% | 0.75% | - |
| HSV(B) | 268º | 0.21% | 0.84% | - |
| XYZ | 47 | 43.63 | 68.89 | - |
| YUV | 179.41 | 146.96 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 213 | 0.11 | 0.21 | 0 | 0.16 | 268 | 0.35 | 0.75 |
| Hex | BD | A8 | D5 | B | 15 | 0 | 10 | 10C | 23 | 4B |
| Octal | 275 | 250 | 325 | 13 | 25 | 0 | 20 | 414 | 43 | 113 |
| Binary | 10111101 | 10101000 | 11010101 | 1011 | 10101 | 0 | 10000 | 100001100 | 100011 | 1001011 |
Color Harmonies of #BDA8D5
Complementary color
Monochromatic Colors of #BDA8D5
Black with #BDA8D5
Text Example
Text Example
White with #BDA8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8D5; }
p { color: rgb(189,168,213); }
H1.HeaderClassName
{
color: #BDA8D5;
}
.AnyTagClassName
{
color: #BDA8D5;
}
</style>
background-color css
<style>
a { background-color: #BDA8D5; }
a { background-color: rgb(189,168,213); }
div.DivClassName
{
background-color: #BDA8D5;
}
.BgClassName
{
background-color: #BDA8D5;
}
</style>
border-color css
<style>
span { border-color: #BDA8D5; }
span { border-color: rgb(189,168,213); }
td.TdClassName
{
border-color: #BDA8D5;
}
.TagClassName
{
border-color: #BDA8D5;
}
</style>