Shades of Perfume #BDA5CE
Tints of Perfume #BDA5CE
RGB
CMYK
RGB Variations
Color information
#BDA5CE (or 0xBDA5CE) is known color: Perfume. HEX triplet: BD, A5 and CE. RGB value is (189,165,206). Sum of RGB (Red+Green+Blue) = 189+165+206=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDA5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5CE is #425A31. Grayscale: #B0B0B0. Windows color (decimal): -4348466 or 13542845. OLE color: 13542845.
HSL color Cylindrical-coordinate representation of color #BDA5CE: hue angle of 275.12º degrees, saturation: 0.29, 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 #BDA5CE is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 165 | 206 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.19 |
| HSL | 275.12º | 0.29% | 0.73% | - |
| HSV(B) | 275.12º | 0.2% | 0.81% | - |
| XYZ | 45.58 | 42.19 | 64.13 | - |
| YUV | 176.85 | 144.45 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 206 | 0.08 | 0.20 | 0 | 0.19 | 275.12 | 0.29 | 0.73 |
| Hex | BD | A5 | CE | 8 | 14 | 0 | 13 | 113 | 1D | 49 |
| Octal | 275 | 245 | 316 | 10 | 24 | 0 | 23 | 423 | 35 | 111 |
| Binary | 10111101 | 10100101 | 11001110 | 1000 | 10100 | 0 | 10011 | 100010011 | 11101 | 1001001 |
Color Harmonies of #BDA5CE
Complementary color
Monochromatic Colors of #BDA5CE
Black with #BDA5CE
Text Example
Text Example
White with #BDA5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5CE; }
p { color: rgb(189,165,206); }
H1.HeaderClassName
{
color: #BDA5CE;
}
.AnyTagClassName
{
color: #BDA5CE;
}
</style>
background-color css
<style>
a { background-color: #BDA5CE; }
a { background-color: rgb(189,165,206); }
div.DivClassName
{
background-color: #BDA5CE;
}
.BgClassName
{
background-color: #BDA5CE;
}
</style>
border-color css
<style>
span { border-color: #BDA5CE; }
span { border-color: rgb(189,165,206); }
td.TdClassName
{
border-color: #BDA5CE;
}
.TagClassName
{
border-color: #BDA5CE;
}
</style>