Shades of Perfume #BDA1DC
Tints of Perfume #BDA1DC
RGB
CMYK
RGB Variations
Color information
#BDA1DC (or 0xBDA1DC) is known color: Perfume. HEX triplet: BD, A1 and DC. RGB value is (189,161,220). Sum of RGB (Red+Green+Blue) = 189+161+220=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDA1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1DC is #425E23. Grayscale: #AFAFAF. Windows color (decimal): -4349476 or 14459325. OLE color: 14459325.
HSL color Cylindrical-coordinate representation of color #BDA1DC: hue angle of 268.47º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDA1DC is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 161 | 220 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.14 |
| HSL | 268.47º | 0.46% | 0.75% | - |
| HSV(B) | 268.47º | 0.27% | 0.86% | - |
| XYZ | 46.65 | 41.48 | 73.26 | - |
| YUV | 176.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 220 | 0.14 | 0.27 | 0 | 0.14 | 268.47 | 0.46 | 0.75 |
| Hex | BD | A1 | DC | E | 1B | 0 | E | 10C | 2E | 4B |
| Octal | 275 | 241 | 334 | 16 | 33 | 0 | 16 | 414 | 56 | 113 |
| Binary | 10111101 | 10100001 | 11011100 | 1110 | 11011 | 0 | 1110 | 100001100 | 101110 | 1001011 |
Color Harmonies of #BDA1DC
Complementary color
Monochromatic Colors of #BDA1DC
Black with #BDA1DC
Text Example
Text Example
White with #BDA1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1DC; }
p { color: rgb(189,161,220); }
H1.HeaderClassName
{
color: #BDA1DC;
}
.AnyTagClassName
{
color: #BDA1DC;
}
</style>
background-color css
<style>
a { background-color: #BDA1DC; }
a { background-color: rgb(189,161,220); }
div.DivClassName
{
background-color: #BDA1DC;
}
.BgClassName
{
background-color: #BDA1DC;
}
</style>
border-color css
<style>
span { border-color: #BDA1DC; }
span { border-color: rgb(189,161,220); }
td.TdClassName
{
border-color: #BDA1DC;
}
.TagClassName
{
border-color: #BDA1DC;
}
</style>