Shades of Perfume #BDA7E5
Tints of Perfume #BDA7E5
RGB
CMYK
RGB Variations
Color information
#BDA7E5 (or 0xBDA7E5) is known color: Perfume. HEX triplet: BD, A7 and E5. RGB value is (189,167,229). Sum of RGB (Red+Green+Blue) = 189+167+229=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 167 (65.62% from 255 or 28.55% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDA7E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA7E5 is #42581A. Grayscale: #B4B4B4. Windows color (decimal): -4347931 or 15050685. OLE color: 15050685.
HSL color Cylindrical-coordinate representation of color #BDA7E5: hue angle of 261.29º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDA7E5 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 167 | 229 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.10 |
| HSL | 261.29º | 0.54% | 0.78% | - |
| HSV(B) | 261.29º | 0.27% | 0.9% | - |
| XYZ | 48.95 | 44.11 | 80.06 | - |
| YUV | 180.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 229 | 0.17 | 0.27 | 0 | 0.10 | 261.29 | 0.54 | 0.78 |
| Hex | BD | A7 | E5 | 11 | 1B | 0 | A | 105 | 36 | 4E |
| Octal | 275 | 247 | 345 | 21 | 33 | 0 | 12 | 405 | 66 | 116 |
| Binary | 10111101 | 10100111 | 11100101 | 10001 | 11011 | 0 | 1010 | 100000101 | 110110 | 1001110 |
Color Harmonies of #BDA7E5
Complementary color
Monochromatic Colors of #BDA7E5
Black with #BDA7E5
Text Example
Text Example
White with #BDA7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7E5; }
p { color: rgb(189,167,229); }
H1.HeaderClassName
{
color: #BDA7E5;
}
.AnyTagClassName
{
color: #BDA7E5;
}
</style>
background-color css
<style>
a { background-color: #BDA7E5; }
a { background-color: rgb(189,167,229); }
div.DivClassName
{
background-color: #BDA7E5;
}
.BgClassName
{
background-color: #BDA7E5;
}
</style>
border-color css
<style>
span { border-color: #BDA7E5; }
span { border-color: rgb(189,167,229); }
td.TdClassName
{
border-color: #BDA7E5;
}
.TagClassName
{
border-color: #BDA7E5;
}
</style>