Shades of Perfume #BDA8DC
Tints of Perfume #BDA8DC
RGB
CMYK
RGB Variations
Color information
#BDA8DC (or 0xBDA8DC) is known color: Perfume. HEX triplet: BD, A8 and DC. RGB value is (189,168,220). Sum of RGB (Red+Green+Blue) = 189+168+220=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDA8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA8DC is #425723. Grayscale: #B4B4B4. Windows color (decimal): -4347684 or 14461117. OLE color: 14461117.
HSL color Cylindrical-coordinate representation of color #BDA8DC: hue angle of 264.23º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDA8DC is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 168 | 220 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.14 |
| HSL | 264.23º | 0.43% | 0.76% | - |
| HSV(B) | 264.23º | 0.24% | 0.86% | - |
| XYZ | 47.91 | 43.99 | 73.68 | - |
| YUV | 180.21 | 150.46 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 220 | 0.14 | 0.24 | 0 | 0.14 | 264.23 | 0.43 | 0.76 |
| Hex | BD | A8 | DC | E | 18 | 0 | E | 108 | 2B | 4C |
| Octal | 275 | 250 | 334 | 16 | 30 | 0 | 16 | 410 | 53 | 114 |
| Binary | 10111101 | 10101000 | 11011100 | 1110 | 11000 | 0 | 1110 | 100001000 | 101011 | 1001100 |
Color Harmonies of #BDA8DC
Complementary color
Monochromatic Colors of #BDA8DC
Black with #BDA8DC
Text Example
Text Example
White with #BDA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8DC; }
p { color: rgb(189,168,220); }
H1.HeaderClassName
{
color: #BDA8DC;
}
.AnyTagClassName
{
color: #BDA8DC;
}
</style>
background-color css
<style>
a { background-color: #BDA8DC; }
a { background-color: rgb(189,168,220); }
div.DivClassName
{
background-color: #BDA8DC;
}
.BgClassName
{
background-color: #BDA8DC;
}
</style>
border-color css
<style>
span { border-color: #BDA8DC; }
span { border-color: rgb(189,168,220); }
td.TdClassName
{
border-color: #BDA8DC;
}
.TagClassName
{
border-color: #BDA8DC;
}
</style>