Shades of Perfume #BDA5E0
Tints of Perfume #BDA5E0
RGB
CMYK
RGB Variations
Color information
#BDA5E0 (or 0xBDA5E0) is known color: Perfume. HEX triplet: BD, A5 and E0. RGB value is (189,165,224). Sum of RGB (Red+Green+Blue) = 189+165+224=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDA5E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5E0 is #425A1F. Grayscale: #B2B2B2. Windows color (decimal): -4348448 or 14722493. OLE color: 14722493.
HSL color Cylindrical-coordinate representation of color #BDA5E0: hue angle of 264.41º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDA5E0 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 165 | 224 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.12 |
| HSL | 264.41º | 0.49% | 0.76% | - |
| HSV(B) | 264.41º | 0.26% | 0.88% | - |
| XYZ | 47.9 | 43.11 | 76.32 | - |
| YUV | 178.9 | 153.45 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 224 | 0.16 | 0.26 | 0 | 0.12 | 264.41 | 0.49 | 0.76 |
| Hex | BD | A5 | E0 | 10 | 1A | 0 | C | 108 | 31 | 4C |
| Octal | 275 | 245 | 340 | 20 | 32 | 0 | 14 | 410 | 61 | 114 |
| Binary | 10111101 | 10100101 | 11100000 | 10000 | 11010 | 0 | 1100 | 100001000 | 110001 | 1001100 |
Color Harmonies of #BDA5E0
Complementary color
Monochromatic Colors of #BDA5E0
Black with #BDA5E0
Text Example
Text Example
White with #BDA5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5E0; }
p { color: rgb(189,165,224); }
H1.HeaderClassName
{
color: #BDA5E0;
}
.AnyTagClassName
{
color: #BDA5E0;
}
</style>
background-color css
<style>
a { background-color: #BDA5E0; }
a { background-color: rgb(189,165,224); }
div.DivClassName
{
background-color: #BDA5E0;
}
.BgClassName
{
background-color: #BDA5E0;
}
</style>
border-color css
<style>
span { border-color: #BDA5E0; }
span { border-color: rgb(189,165,224); }
td.TdClassName
{
border-color: #BDA5E0;
}
.TagClassName
{
border-color: #BDA5E0;
}
</style>