Shades of Perfume #BDA0FE
Tints of Perfume #BDA0FE
RGB
CMYK
RGB Variations
Color information
#BDA0FE (or 0xBDA0FE) is known color: Perfume. HEX triplet: BD, A0 and FE. RGB value is (189,160,254). Sum of RGB (Red+Green+Blue) = 189+160+254=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDA0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA0FE is #425F01. Grayscale: #B3B3B3. Windows color (decimal): -4349698 or 16687293. OLE color: 16687293.
HSL color Cylindrical-coordinate representation of color #BDA0FE: hue angle of 258.51º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDA0FE is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 160 | 254 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.00 |
| HSL | 258.51º | 0.98% | 0.81% | - |
| HSV(B) | 258.51º | 0.37% | 1% | - |
| XYZ | 51.45 | 43.12 | 99.38 | - |
| YUV | 179.39 | 170.11 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 254 | 0.26 | 0.37 | 0 | 0.00 | 258.51 | 0.98 | 0.81 |
| Hex | BD | A0 | FE | 1A | 25 | 0 | 0 | 103 | 62 | 51 |
| Octal | 275 | 240 | 376 | 32 | 45 | 0 | 0 | 403 | 142 | 121 |
| Binary | 10111101 | 10100000 | 11111110 | 11010 | 100101 | 0 | 0 | 100000011 | 1100010 | 1010001 |
Color Harmonies of #BDA0FE
Complementary color
Monochromatic Colors of #BDA0FE
Black with #BDA0FE
Text Example
Text Example
White with #BDA0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA0FE; }
p { color: rgb(189,160,254); }
H1.HeaderClassName
{
color: #BDA0FE;
}
.AnyTagClassName
{
color: #BDA0FE;
}
</style>
background-color css
<style>
a { background-color: #BDA0FE; }
a { background-color: rgb(189,160,254); }
div.DivClassName
{
background-color: #BDA0FE;
}
.BgClassName
{
background-color: #BDA0FE;
}
</style>
border-color css
<style>
span { border-color: #BDA0FE; }
span { border-color: rgb(189,160,254); }
td.TdClassName
{
border-color: #BDA0FE;
}
.TagClassName
{
border-color: #BDA0FE;
}
</style>