Shades of Perfume #BDA3FA
Tints of Perfume #BDA3FA
RGB
CMYK
RGB Variations
Color information
#BDA3FA (or 0xBDA3FA) is known color: Perfume. HEX triplet: BD, A3 and FA. RGB value is (189,163,250). Sum of RGB (Red+Green+Blue) = 189+163+250=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 163 (64.06% from 255 or 27.08% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDA3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA3FA is #425C05. Grayscale: #B4B4B4. Windows color (decimal): -4348934 or 16425917. OLE color: 16425917.
HSL color Cylindrical-coordinate representation of color #BDA3FA: hue angle of 257.93º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDA3FA is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 163 | 250 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.02 |
| HSL | 257.93º | 0.9% | 0.81% | - |
| HSV(B) | 257.93º | 0.35% | 0.98% | - |
| XYZ | 51.34 | 43.92 | 96.21 | - |
| YUV | 180.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 250 | 0.24 | 0.35 | 0 | 0.02 | 257.93 | 0.9 | 0.81 |
| Hex | BD | A3 | FA | 18 | 23 | 0 | 2 | 102 | 5A | 51 |
| Octal | 275 | 243 | 372 | 30 | 43 | 0 | 2 | 402 | 132 | 121 |
| Binary | 10111101 | 10100011 | 11111010 | 11000 | 100011 | 0 | 10 | 100000010 | 1011010 | 1010001 |
Color Harmonies of #BDA3FA
Complementary color
Monochromatic Colors of #BDA3FA
Black with #BDA3FA
Text Example
Text Example
White with #BDA3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3FA; }
p { color: rgb(189,163,250); }
H1.HeaderClassName
{
color: #BDA3FA;
}
.AnyTagClassName
{
color: #BDA3FA;
}
</style>
background-color css
<style>
a { background-color: #BDA3FA; }
a { background-color: rgb(189,163,250); }
div.DivClassName
{
background-color: #BDA3FA;
}
.BgClassName
{
background-color: #BDA3FA;
}
</style>
border-color css
<style>
span { border-color: #BDA3FA; }
span { border-color: rgb(189,163,250); }
td.TdClassName
{
border-color: #BDA3FA;
}
.TagClassName
{
border-color: #BDA3FA;
}
</style>