Shades of Perfume #BDA0FF
Tints of Perfume #BDA0FF
RGB
CMYK
RGB Variations
Color information
#BDA0FF (or 0xBDA0FF) is known color: Perfume. HEX triplet: BD, A0 and FF. RGB value is (189,160,255). Sum of RGB (Red+Green+Blue) = 189+160+255=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 160 (62.89% from 255 or 26.49% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA0FF is #425F00. Grayscale: #B3B3B3. Windows color (decimal): -4349697 or 16752829. OLE color: 16752829.
HSL color Cylindrical-coordinate representation of color #BDA0FF: hue angle of 258.32º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDA0FF is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 160 | 255 | - |
| CMYK | 0.26 | 0.37 | 0 | 0 |
| HSL | 258.32º | 1% | 0.81% | - |
| HSV(B) | 258.32º | 0.37% | 1% | - |
| XYZ | 51.61 | 43.18 | 100.22 | - |
| YUV | 179.5 | 170.61 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 255 | 0.26 | 0.37 | 0 | 0 | 258.32 | 1 | 0.81 |
| Hex | BD | A0 | FF | 1A | 25 | 0 | 0 | 102 | 64 | 51 |
| Octal | 275 | 240 | 377 | 32 | 45 | 0 | 0 | 402 | 144 | 121 |
| Binary | 10111101 | 10100000 | 11111111 | 11010 | 100101 | 0 | 0 | 100000010 | 1100100 | 1010001 |
Color Harmonies of #BDA0FF
Complementary color
Monochromatic Colors of #BDA0FF
Black with #BDA0FF
Text Example
Text Example
White with #BDA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA0FF; }
p { color: rgb(189,160,255); }
H1.HeaderClassName
{
color: #BDA0FF;
}
.AnyTagClassName
{
color: #BDA0FF;
}
</style>
background-color css
<style>
a { background-color: #BDA0FF; }
a { background-color: rgb(189,160,255); }
div.DivClassName
{
background-color: #BDA0FF;
}
.BgClassName
{
background-color: #BDA0FF;
}
</style>
border-color css
<style>
span { border-color: #BDA0FF; }
span { border-color: rgb(189,160,255); }
td.TdClassName
{
border-color: #BDA0FF;
}
.TagClassName
{
border-color: #BDA0FF;
}
</style>