Shades of Perfume #BDA1EB
Tints of Perfume #BDA1EB
RGB
CMYK
RGB Variations
Color information
#BDA1EB (or 0xBDA1EB) is known color: Perfume. HEX triplet: BD, A1 and EB. RGB value is (189,161,235). Sum of RGB (Red+Green+Blue) = 189+161+235=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDA1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA1EB is #425E14. Grayscale: #B1B1B1. Windows color (decimal): -4349461 or 15442365. OLE color: 15442365.
HSL color Cylindrical-coordinate representation of color #BDA1EB: hue angle of 262.7º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDA1EB is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 161 | 235 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.08 |
| HSL | 262.7º | 0.65% | 0.78% | - |
| HSV(B) | 262.7º | 0.31% | 0.92% | - |
| XYZ | 48.73 | 42.31 | 84.2 | - |
| YUV | 177.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 235 | 0.20 | 0.31 | 0 | 0.08 | 262.7 | 0.65 | 0.78 |
| Hex | BD | A1 | EB | 14 | 1F | 0 | 8 | 107 | 41 | 4E |
| Octal | 275 | 241 | 353 | 24 | 37 | 0 | 10 | 407 | 101 | 116 |
| Binary | 10111101 | 10100001 | 11101011 | 10100 | 11111 | 0 | 1000 | 100000111 | 1000001 | 1001110 |
Color Harmonies of #BDA1EB
Complementary color
Monochromatic Colors of #BDA1EB
Black with #BDA1EB
Text Example
Text Example
White with #BDA1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1EB; }
p { color: rgb(189,161,235); }
H1.HeaderClassName
{
color: #BDA1EB;
}
.AnyTagClassName
{
color: #BDA1EB;
}
</style>
background-color css
<style>
a { background-color: #BDA1EB; }
a { background-color: rgb(189,161,235); }
div.DivClassName
{
background-color: #BDA1EB;
}
.BgClassName
{
background-color: #BDA1EB;
}
</style>
border-color css
<style>
span { border-color: #BDA1EB; }
span { border-color: rgb(189,161,235); }
td.TdClassName
{
border-color: #BDA1EB;
}
.TagClassName
{
border-color: #BDA1EB;
}
</style>