Shades of Perfume #BDA3F0
Tints of Perfume #BDA3F0
RGB
CMYK
RGB Variations
Color information
#BDA3F0 (or 0xBDA3F0) is known color: Perfume. HEX triplet: BD, A3 and F0. RGB value is (189,163,240). Sum of RGB (Red+Green+Blue) = 189+163+240=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 163 (64.06% from 255 or 27.53% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDA3F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA3F0 is #425C0F. Grayscale: #B3B3B3. Windows color (decimal): -4348944 or 15770557. OLE color: 15770557.
HSL color Cylindrical-coordinate representation of color #BDA3F0: hue angle of 260.26º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDA3F0 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 163 | 240 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.06 |
| HSL | 260.26º | 0.72% | 0.79% | - |
| HSV(B) | 260.26º | 0.32% | 0.94% | - |
| XYZ | 49.81 | 43.3 | 88.17 | - |
| YUV | 179.55 | 162.11 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 240 | 0.21 | 0.32 | 0 | 0.06 | 260.26 | 0.72 | 0.79 |
| Hex | BD | A3 | F0 | 15 | 20 | 0 | 6 | 104 | 48 | 4F |
| Octal | 275 | 243 | 360 | 25 | 40 | 0 | 6 | 404 | 110 | 117 |
| Binary | 10111101 | 10100011 | 11110000 | 10101 | 100000 | 0 | 110 | 100000100 | 1001000 | 1001111 |
Color Harmonies of #BDA3F0
Complementary color
Monochromatic Colors of #BDA3F0
Black with #BDA3F0
Text Example
Text Example
White with #BDA3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3F0; }
p { color: rgb(189,163,240); }
H1.HeaderClassName
{
color: #BDA3F0;
}
.AnyTagClassName
{
color: #BDA3F0;
}
</style>
background-color css
<style>
a { background-color: #BDA3F0; }
a { background-color: rgb(189,163,240); }
div.DivClassName
{
background-color: #BDA3F0;
}
.BgClassName
{
background-color: #BDA3F0;
}
</style>
border-color css
<style>
span { border-color: #BDA3F0; }
span { border-color: rgb(189,163,240); }
td.TdClassName
{
border-color: #BDA3F0;
}
.TagClassName
{
border-color: #BDA3F0;
}
</style>