Shades of Perfume #BDA4D8
Tints of Perfume #BDA4D8
RGB
CMYK
RGB Variations
Color information
#BDA4D8 (or 0xBDA4D8) is known color: Perfume. HEX triplet: BD, A4 and D8. RGB value is (189,164,216). Sum of RGB (Red+Green+Blue) = 189+164+216=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDA4D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4D8 is #425B27. Grayscale: #B1B1B1. Windows color (decimal): -4348712 or 14197949. OLE color: 14197949.
HSL color Cylindrical-coordinate representation of color #BDA4D8: hue angle of 268.85º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDA4D8 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 164 | 216 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.15 |
| HSL | 268.85º | 0.4% | 0.75% | - |
| HSV(B) | 268.85º | 0.24% | 0.85% | - |
| XYZ | 46.66 | 42.33 | 70.68 | - |
| YUV | 177.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 216 | 0.12 | 0.24 | 0 | 0.15 | 268.85 | 0.4 | 0.75 |
| Hex | BD | A4 | D8 | C | 18 | 0 | F | 10D | 28 | 4B |
| Octal | 275 | 244 | 330 | 14 | 30 | 0 | 17 | 415 | 50 | 113 |
| Binary | 10111101 | 10100100 | 11011000 | 1100 | 11000 | 0 | 1111 | 100001101 | 101000 | 1001011 |
Color Harmonies of #BDA4D8
Complementary color
Monochromatic Colors of #BDA4D8
Black with #BDA4D8
Text Example
Text Example
White with #BDA4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA4D8; }
p { color: rgb(189,164,216); }
H1.HeaderClassName
{
color: #BDA4D8;
}
.AnyTagClassName
{
color: #BDA4D8;
}
</style>
background-color css
<style>
a { background-color: #BDA4D8; }
a { background-color: rgb(189,164,216); }
div.DivClassName
{
background-color: #BDA4D8;
}
.BgClassName
{
background-color: #BDA4D8;
}
</style>
border-color css
<style>
span { border-color: #BDA4D8; }
span { border-color: rgb(189,164,216); }
td.TdClassName
{
border-color: #BDA4D8;
}
.TagClassName
{
border-color: #BDA4D8;
}
</style>