Shades of Perfume #BDA5EE
Tints of Perfume #BDA5EE
RGB
CMYK
RGB Variations
Color information
#BDA5EE (or 0xBDA5EE) is known color: Perfume. HEX triplet: BD, A5 and EE. RGB value is (189,165,238). Sum of RGB (Red+Green+Blue) = 189+165+238=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDA5EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA5EE is #425A11. Grayscale: #B4B4B4. Windows color (decimal): -4348434 or 15639997. OLE color: 15639997.
HSL color Cylindrical-coordinate representation of color #BDA5EE: hue angle of 259.73º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDA5EE is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 165 | 238 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.07 |
| HSL | 259.73º | 0.68% | 0.79% | - |
| HSV(B) | 259.73º | 0.31% | 0.93% | - |
| XYZ | 49.87 | 43.9 | 86.73 | - |
| YUV | 180.5 | 160.45 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 238 | 0.21 | 0.31 | 0 | 0.07 | 259.73 | 0.68 | 0.79 |
| Hex | BD | A5 | EE | 15 | 1F | 0 | 7 | 104 | 44 | 4F |
| Octal | 275 | 245 | 356 | 25 | 37 | 0 | 7 | 404 | 104 | 117 |
| Binary | 10111101 | 10100101 | 11101110 | 10101 | 11111 | 0 | 111 | 100000100 | 1000100 | 1001111 |
Color Harmonies of #BDA5EE
Complementary color
Monochromatic Colors of #BDA5EE
Black with #BDA5EE
Text Example
Text Example
White with #BDA5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5EE; }
p { color: rgb(189,165,238); }
H1.HeaderClassName
{
color: #BDA5EE;
}
.AnyTagClassName
{
color: #BDA5EE;
}
</style>
background-color css
<style>
a { background-color: #BDA5EE; }
a { background-color: rgb(189,165,238); }
div.DivClassName
{
background-color: #BDA5EE;
}
.BgClassName
{
background-color: #BDA5EE;
}
</style>
border-color css
<style>
span { border-color: #BDA5EE; }
span { border-color: rgb(189,165,238); }
td.TdClassName
{
border-color: #BDA5EE;
}
.TagClassName
{
border-color: #BDA5EE;
}
</style>