Shades of Perfume #BDA7E1
Tints of Perfume #BDA7E1
RGB
CMYK
RGB Variations
Color information
#BDA7E1 (or 0xBDA7E1) is known color: Perfume. HEX triplet: BD, A7 and E1. RGB value is (189,167,225). Sum of RGB (Red+Green+Blue) = 189+167+225=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 167 (65.62% from 255 or 28.74% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDA7E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA7E1 is #42581E. Grayscale: #B3B3B3. Windows color (decimal): -4347935 or 14788541. OLE color: 14788541.
HSL color Cylindrical-coordinate representation of color #BDA7E1: hue angle of 262.76º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDA7E1 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 167 | 225 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.12 |
| HSL | 262.76º | 0.49% | 0.77% | - |
| HSV(B) | 262.76º | 0.26% | 0.88% | - |
| XYZ | 48.4 | 43.89 | 77.16 | - |
| YUV | 180.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 225 | 0.16 | 0.26 | 0 | 0.12 | 262.76 | 0.49 | 0.77 |
| Hex | BD | A7 | E1 | 10 | 1A | 0 | C | 107 | 31 | 4D |
| Octal | 275 | 247 | 341 | 20 | 32 | 0 | 14 | 407 | 61 | 115 |
| Binary | 10111101 | 10100111 | 11100001 | 10000 | 11010 | 0 | 1100 | 100000111 | 110001 | 1001101 |
Color Harmonies of #BDA7E1
Complementary color
Monochromatic Colors of #BDA7E1
Black with #BDA7E1
Text Example
Text Example
White with #BDA7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7E1; }
p { color: rgb(189,167,225); }
H1.HeaderClassName
{
color: #BDA7E1;
}
.AnyTagClassName
{
color: #BDA7E1;
}
</style>
background-color css
<style>
a { background-color: #BDA7E1; }
a { background-color: rgb(189,167,225); }
div.DivClassName
{
background-color: #BDA7E1;
}
.BgClassName
{
background-color: #BDA7E1;
}
</style>
border-color css
<style>
span { border-color: #BDA7E1; }
span { border-color: rgb(189,167,225); }
td.TdClassName
{
border-color: #BDA7E1;
}
.TagClassName
{
border-color: #BDA7E1;
}
</style>