Shades of Perfume #BDA5E3
Tints of Perfume #BDA5E3
RGB
CMYK
RGB Variations
Color information
#BDA5E3 (or 0xBDA5E3) is known color: Perfume. HEX triplet: BD, A5 and E3. RGB value is (189,165,227). Sum of RGB (Red+Green+Blue) = 189+165+227=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 165 (64.84% from 255 or 28.40% from 581); Blue value is 227 (89.06% from 255 or 39.07% from 581); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDA5E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5E3 is #425A1C. Grayscale: #B3B3B3. Windows color (decimal): -4348445 or 14919101. OLE color: 14919101.
HSL color Cylindrical-coordinate representation of color #BDA5E3: hue angle of 263.23º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDA5E3 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 165 | 227 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.11 |
| HSL | 263.23º | 0.53% | 0.77% | - |
| HSV(B) | 263.23º | 0.27% | 0.89% | - |
| XYZ | 48.31 | 43.28 | 78.48 | - |
| YUV | 179.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 227 | 0.17 | 0.27 | 0 | 0.11 | 263.23 | 0.53 | 0.77 |
| Hex | BD | A5 | E3 | 11 | 1B | 0 | B | 107 | 35 | 4D |
| Octal | 275 | 245 | 343 | 21 | 33 | 0 | 13 | 407 | 65 | 115 |
| Binary | 10111101 | 10100101 | 11100011 | 10001 | 11011 | 0 | 1011 | 100000111 | 110101 | 1001101 |
Color Harmonies of #BDA5E3
Complementary color
Monochromatic Colors of #BDA5E3
Black with #BDA5E3
Text Example
Text Example
White with #BDA5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5E3; }
p { color: rgb(189,165,227); }
H1.HeaderClassName
{
color: #BDA5E3;
}
.AnyTagClassName
{
color: #BDA5E3;
}
</style>
background-color css
<style>
a { background-color: #BDA5E3; }
a { background-color: rgb(189,165,227); }
div.DivClassName
{
background-color: #BDA5E3;
}
.BgClassName
{
background-color: #BDA5E3;
}
</style>
border-color css
<style>
span { border-color: #BDA5E3; }
span { border-color: rgb(189,165,227); }
td.TdClassName
{
border-color: #BDA5E3;
}
.TagClassName
{
border-color: #BDA5E3;
}
</style>