Shades of Perfume #BDA3DC
Tints of Perfume #BDA3DC
RGB
CMYK
RGB Variations
Color information
#BDA3DC (or 0xBDA3DC) is known color: Perfume. HEX triplet: BD, A3 and DC. RGB value is (189,163,220). Sum of RGB (Red+Green+Blue) = 189+163+220=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 163 (64.06% from 255 or 28.50% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDA3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3DC is #425C23. Grayscale: #B1B1B1. Windows color (decimal): -4348964 or 14459837. OLE color: 14459837.
HSL color Cylindrical-coordinate representation of color #BDA3DC: hue angle of 267.37º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDA3DC is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 163 | 220 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.14 |
| HSL | 267.37º | 0.45% | 0.75% | - |
| HSV(B) | 267.37º | 0.26% | 0.86% | - |
| XYZ | 47 | 42.18 | 73.37 | - |
| YUV | 177.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 220 | 0.14 | 0.26 | 0 | 0.14 | 267.37 | 0.45 | 0.75 |
| Hex | BD | A3 | DC | E | 1A | 0 | E | 10B | 2D | 4B |
| Octal | 275 | 243 | 334 | 16 | 32 | 0 | 16 | 413 | 55 | 113 |
| Binary | 10111101 | 10100011 | 11011100 | 1110 | 11010 | 0 | 1110 | 100001011 | 101101 | 1001011 |
Color Harmonies of #BDA3DC
Complementary color
Monochromatic Colors of #BDA3DC
Black with #BDA3DC
Text Example
Text Example
White with #BDA3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3DC; }
p { color: rgb(189,163,220); }
H1.HeaderClassName
{
color: #BDA3DC;
}
.AnyTagClassName
{
color: #BDA3DC;
}
</style>
background-color css
<style>
a { background-color: #BDA3DC; }
a { background-color: rgb(189,163,220); }
div.DivClassName
{
background-color: #BDA3DC;
}
.BgClassName
{
background-color: #BDA3DC;
}
</style>
border-color css
<style>
span { border-color: #BDA3DC; }
span { border-color: rgb(189,163,220); }
td.TdClassName
{
border-color: #BDA3DC;
}
.TagClassName
{
border-color: #BDA3DC;
}
</style>