Shades of Perfume #BDA5DE
Tints of Perfume #BDA5DE
RGB
CMYK
RGB Variations
Color information
#BDA5DE (or 0xBDA5DE) is known color: Perfume. HEX triplet: BD, A5 and DE. RGB value is (189,165,222). Sum of RGB (Red+Green+Blue) = 189+165+222=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDA5DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5DE is #425A21. Grayscale: #B2B2B2. Windows color (decimal): -4348450 or 14591421. OLE color: 14591421.
HSL color Cylindrical-coordinate representation of color #BDA5DE: hue angle of 265.26º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDA5DE is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 165 | 222 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.13 |
| HSL | 265.26º | 0.46% | 0.76% | - |
| HSV(B) | 265.26º | 0.26% | 0.87% | - |
| XYZ | 47.63 | 43 | 74.9 | - |
| YUV | 178.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 222 | 0.15 | 0.26 | 0 | 0.13 | 265.26 | 0.46 | 0.76 |
| Hex | BD | A5 | DE | F | 1A | 0 | D | 109 | 2E | 4C |
| Octal | 275 | 245 | 336 | 17 | 32 | 0 | 15 | 411 | 56 | 114 |
| Binary | 10111101 | 10100101 | 11011110 | 1111 | 11010 | 0 | 1101 | 100001001 | 101110 | 1001100 |
Color Harmonies of #BDA5DE
Complementary color
Monochromatic Colors of #BDA5DE
Black with #BDA5DE
Text Example
Text Example
White with #BDA5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5DE; }
p { color: rgb(189,165,222); }
H1.HeaderClassName
{
color: #BDA5DE;
}
.AnyTagClassName
{
color: #BDA5DE;
}
</style>
background-color css
<style>
a { background-color: #BDA5DE; }
a { background-color: rgb(189,165,222); }
div.DivClassName
{
background-color: #BDA5DE;
}
.BgClassName
{
background-color: #BDA5DE;
}
</style>
border-color css
<style>
span { border-color: #BDA5DE; }
span { border-color: rgb(189,165,222); }
td.TdClassName
{
border-color: #BDA5DE;
}
.TagClassName
{
border-color: #BDA5DE;
}
</style>