Shades of Perfume #BDA5D1
Tints of Perfume #BDA5D1
RGB
CMYK
RGB Variations
Color information
#BDA5D1 (or 0xBDA5D1) is known color: Perfume. HEX triplet: BD, A5 and D1. RGB value is (189,165,209). Sum of RGB (Red+Green+Blue) = 189+165+209=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDA5D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5D1 is #425A2E. Grayscale: #B1B1B1. Windows color (decimal): -4348463 or 13739453. OLE color: 13739453.
HSL color Cylindrical-coordinate representation of color #BDA5D1: hue angle of 272.73º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDA5D1 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 165 | 209 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.18 |
| HSL | 272.73º | 0.32% | 0.73% | - |
| HSV(B) | 272.73º | 0.21% | 0.82% | - |
| XYZ | 45.95 | 42.33 | 66.07 | - |
| YUV | 177.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 209 | 0.10 | 0.21 | 0 | 0.18 | 272.73 | 0.32 | 0.73 |
| Hex | BD | A5 | D1 | A | 15 | 0 | 12 | 111 | 20 | 49 |
| Octal | 275 | 245 | 321 | 12 | 25 | 0 | 22 | 421 | 40 | 111 |
| Binary | 10111101 | 10100101 | 11010001 | 1010 | 10101 | 0 | 10010 | 100010001 | 100000 | 1001001 |
Color Harmonies of #BDA5D1
Complementary color
Monochromatic Colors of #BDA5D1
Black with #BDA5D1
Text Example
Text Example
White with #BDA5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5D1; }
p { color: rgb(189,165,209); }
H1.HeaderClassName
{
color: #BDA5D1;
}
.AnyTagClassName
{
color: #BDA5D1;
}
</style>
background-color css
<style>
a { background-color: #BDA5D1; }
a { background-color: rgb(189,165,209); }
div.DivClassName
{
background-color: #BDA5D1;
}
.BgClassName
{
background-color: #BDA5D1;
}
</style>
border-color css
<style>
span { border-color: #BDA5D1; }
span { border-color: rgb(189,165,209); }
td.TdClassName
{
border-color: #BDA5D1;
}
.TagClassName
{
border-color: #BDA5D1;
}
</style>