Shades of Perfume #BDA7D8
Tints of Perfume #BDA7D8
RGB
CMYK
RGB Variations
Color information
#BDA7D8 (or 0xBDA7D8) is known color: Perfume. HEX triplet: BD, A7 and D8. RGB value is (189,167,216). Sum of RGB (Red+Green+Blue) = 189+167+216=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDA7D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA7D8 is #425827. Grayscale: #B2B2B2. Windows color (decimal): -4347944 or 14198717. OLE color: 14198717.
HSL color Cylindrical-coordinate representation of color #BDA7D8: hue angle of 266.94º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDA7D8 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 167 | 216 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.15 |
| HSL | 266.94º | 0.39% | 0.75% | - |
| HSV(B) | 266.94º | 0.23% | 0.85% | - |
| XYZ | 47.2 | 43.41 | 70.86 | - |
| YUV | 179.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 216 | 0.12 | 0.23 | 0 | 0.15 | 266.94 | 0.39 | 0.75 |
| Hex | BD | A7 | D8 | C | 17 | 0 | F | 10B | 27 | 4B |
| Octal | 275 | 247 | 330 | 14 | 27 | 0 | 17 | 413 | 47 | 113 |
| Binary | 10111101 | 10100111 | 11011000 | 1100 | 10111 | 0 | 1111 | 100001011 | 100111 | 1001011 |
Color Harmonies of #BDA7D8
Complementary color
Monochromatic Colors of #BDA7D8
Black with #BDA7D8
Text Example
Text Example
White with #BDA7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7D8; }
p { color: rgb(189,167,216); }
H1.HeaderClassName
{
color: #BDA7D8;
}
.AnyTagClassName
{
color: #BDA7D8;
}
</style>
background-color css
<style>
a { background-color: #BDA7D8; }
a { background-color: rgb(189,167,216); }
div.DivClassName
{
background-color: #BDA7D8;
}
.BgClassName
{
background-color: #BDA7D8;
}
</style>
border-color css
<style>
span { border-color: #BDA7D8; }
span { border-color: rgb(189,167,216); }
td.TdClassName
{
border-color: #BDA7D8;
}
.TagClassName
{
border-color: #BDA7D8;
}
</style>