Shades of Perfume #BDA5CC
Tints of Perfume #BDA5CC
RGB
CMYK
RGB Variations
Color information
#BDA5CC (or 0xBDA5CC) is known color: Perfume. HEX triplet: BD, A5 and CC. RGB value is (189,165,204). Sum of RGB (Red+Green+Blue) = 189+165+204=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDA5CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5CC is #425A33. Grayscale: #B0B0B0. Windows color (decimal): -4348468 or 13411773. OLE color: 13411773.
HSL color Cylindrical-coordinate representation of color #BDA5CC: hue angle of 276.92º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDA5CC is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 165 | 204 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.2 |
| HSL | 276.92º | 0.28% | 0.72% | - |
| HSV(B) | 276.92º | 0.19% | 0.8% | - |
| XYZ | 45.34 | 42.09 | 62.86 | - |
| YUV | 176.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 204 | 0.07 | 0.19 | 0 | 0.2 | 276.92 | 0.28 | 0.72 |
| Hex | BD | A5 | CC | 7 | 13 | 0 | 14 | 115 | 1C | 48 |
| Octal | 275 | 245 | 314 | 7 | 23 | 0 | 24 | 425 | 34 | 110 |
| Binary | 10111101 | 10100101 | 11001100 | 111 | 10011 | 0 | 10100 | 100010101 | 11100 | 1001000 |
Color Harmonies of #BDA5CC
Complementary color
Monochromatic Colors of #BDA5CC
Black with #BDA5CC
Text Example
Text Example
White with #BDA5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5CC; }
p { color: rgb(189,165,204); }
H1.HeaderClassName
{
color: #BDA5CC;
}
.AnyTagClassName
{
color: #BDA5CC;
}
</style>
background-color css
<style>
a { background-color: #BDA5CC; }
a { background-color: rgb(189,165,204); }
div.DivClassName
{
background-color: #BDA5CC;
}
.BgClassName
{
background-color: #BDA5CC;
}
</style>
border-color css
<style>
span { border-color: #BDA5CC; }
span { border-color: rgb(189,165,204); }
td.TdClassName
{
border-color: #BDA5CC;
}
.TagClassName
{
border-color: #BDA5CC;
}
</style>