Shades of Perfume #BDA5EC
Tints of Perfume #BDA5EC
RGB
CMYK
RGB Variations
Color information
#BDA5EC (or 0xBDA5EC) is known color: Perfume. HEX triplet: BD, A5 and EC. RGB value is (189,165,236). Sum of RGB (Red+Green+Blue) = 189+165+236=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDA5EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA5EC is #425A13. Grayscale: #B4B4B4. Windows color (decimal): -4348436 or 15508925. OLE color: 15508925.
HSL color Cylindrical-coordinate representation of color #BDA5EC: hue angle of 260.28º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDA5EC is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 165 | 236 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.07 |
| HSL | 260.28º | 0.65% | 0.79% | - |
| HSV(B) | 260.28º | 0.3% | 0.93% | - |
| XYZ | 49.58 | 43.79 | 85.2 | - |
| YUV | 180.27 | 159.45 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 236 | 0.20 | 0.30 | 0 | 0.07 | 260.28 | 0.65 | 0.79 |
| Hex | BD | A5 | EC | 14 | 1E | 0 | 7 | 104 | 41 | 4F |
| Octal | 275 | 245 | 354 | 24 | 36 | 0 | 7 | 404 | 101 | 117 |
| Binary | 10111101 | 10100101 | 11101100 | 10100 | 11110 | 0 | 111 | 100000100 | 1000001 | 1001111 |
Color Harmonies of #BDA5EC
Complementary color
Monochromatic Colors of #BDA5EC
Black with #BDA5EC
Text Example
Text Example
White with #BDA5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5EC; }
p { color: rgb(189,165,236); }
H1.HeaderClassName
{
color: #BDA5EC;
}
.AnyTagClassName
{
color: #BDA5EC;
}
</style>
background-color css
<style>
a { background-color: #BDA5EC; }
a { background-color: rgb(189,165,236); }
div.DivClassName
{
background-color: #BDA5EC;
}
.BgClassName
{
background-color: #BDA5EC;
}
</style>
border-color css
<style>
span { border-color: #BDA5EC; }
span { border-color: rgb(189,165,236); }
td.TdClassName
{
border-color: #BDA5EC;
}
.TagClassName
{
border-color: #BDA5EC;
}
</style>