Shades of Perfume #BDA4DC
Tints of Perfume #BDA4DC
RGB
CMYK
RGB Variations
Color information
#BDA4DC (or 0xBDA4DC) is known color: Perfume. HEX triplet: BD, A4 and DC. RGB value is (189,164,220). Sum of RGB (Red+Green+Blue) = 189+164+220=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDA4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4DC is #425B23. Grayscale: #B1B1B1. Windows color (decimal): -4348708 or 14460093. OLE color: 14460093.
HSL color Cylindrical-coordinate representation of color #BDA4DC: hue angle of 266.79º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDA4DC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 164 | 220 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.14 |
| HSL | 266.79º | 0.44% | 0.75% | - |
| HSV(B) | 266.79º | 0.25% | 0.86% | - |
| XYZ | 47.18 | 42.54 | 73.43 | - |
| YUV | 177.86 | 151.78 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 220 | 0.14 | 0.25 | 0 | 0.14 | 266.79 | 0.44 | 0.75 |
| Hex | BD | A4 | DC | E | 19 | 0 | E | 10B | 2C | 4B |
| Octal | 275 | 244 | 334 | 16 | 31 | 0 | 16 | 413 | 54 | 113 |
| Binary | 10111101 | 10100100 | 11011100 | 1110 | 11001 | 0 | 1110 | 100001011 | 101100 | 1001011 |
Color Harmonies of #BDA4DC
Complementary color
Monochromatic Colors of #BDA4DC
Black with #BDA4DC
Text Example
Text Example
White with #BDA4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA4DC; }
p { color: rgb(189,164,220); }
H1.HeaderClassName
{
color: #BDA4DC;
}
.AnyTagClassName
{
color: #BDA4DC;
}
</style>
background-color css
<style>
a { background-color: #BDA4DC; }
a { background-color: rgb(189,164,220); }
div.DivClassName
{
background-color: #BDA4DC;
}
.BgClassName
{
background-color: #BDA4DC;
}
</style>
border-color css
<style>
span { border-color: #BDA4DC; }
span { border-color: rgb(189,164,220); }
td.TdClassName
{
border-color: #BDA4DC;
}
.TagClassName
{
border-color: #BDA4DC;
}
</style>