Shades of Perfume #BDA5CF
Tints of Perfume #BDA5CF
RGB
CMYK
RGB Variations
Color information
#BDA5CF (or 0xBDA5CF) is known color: Perfume. HEX triplet: BD, A5 and CF. RGB value is (189,165,207). Sum of RGB (Red+Green+Blue) = 189+165+207=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDA5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5CF is #425A30. Grayscale: #B0B0B0. Windows color (decimal): -4348465 or 13608381. OLE color: 13608381.
HSL color Cylindrical-coordinate representation of color #BDA5CF: hue angle of 274.29º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDA5CF is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 165 | 207 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.19 |
| HSL | 274.29º | 0.3% | 0.73% | - |
| HSV(B) | 274.29º | 0.2% | 0.81% | - |
| XYZ | 45.7 | 42.23 | 64.77 | - |
| YUV | 176.96 | 144.95 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 207 | 0.09 | 0.20 | 0 | 0.19 | 274.29 | 0.3 | 0.73 |
| Hex | BD | A5 | CF | 9 | 14 | 0 | 13 | 112 | 1E | 49 |
| Octal | 275 | 245 | 317 | 11 | 24 | 0 | 23 | 422 | 36 | 111 |
| Binary | 10111101 | 10100101 | 11001111 | 1001 | 10100 | 0 | 10011 | 100010010 | 11110 | 1001001 |
Color Harmonies of #BDA5CF
Complementary color
Monochromatic Colors of #BDA5CF
Black with #BDA5CF
Text Example
Text Example
White with #BDA5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5CF; }
p { color: rgb(189,165,207); }
H1.HeaderClassName
{
color: #BDA5CF;
}
.AnyTagClassName
{
color: #BDA5CF;
}
</style>
background-color css
<style>
a { background-color: #BDA5CF; }
a { background-color: rgb(189,165,207); }
div.DivClassName
{
background-color: #BDA5CF;
}
.BgClassName
{
background-color: #BDA5CF;
}
</style>
border-color css
<style>
span { border-color: #BDA5CF; }
span { border-color: rgb(189,165,207); }
td.TdClassName
{
border-color: #BDA5CF;
}
.TagClassName
{
border-color: #BDA5CF;
}
</style>