Shades of Perfume #BDA3F3
Tints of Perfume #BDA3F3
RGB
CMYK
RGB Variations
Color information
#BDA3F3 (or 0xBDA3F3) is known color: Perfume. HEX triplet: BD, A3 and F3. RGB value is (189,163,243). Sum of RGB (Red+Green+Blue) = 189+163+243=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 163 (64.06% from 255 or 27.39% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDA3F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA3F3 is #425C0C. Grayscale: #B3B3B3. Windows color (decimal): -4348941 or 15967165. OLE color: 15967165.
HSL color Cylindrical-coordinate representation of color #BDA3F3: hue angle of 259.5º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA3F3 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 163 | 243 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.05 |
| HSL | 259.5º | 0.77% | 0.8% | - |
| HSV(B) | 259.5º | 0.33% | 0.95% | - |
| XYZ | 50.26 | 43.48 | 90.54 | - |
| YUV | 179.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 243 | 0.22 | 0.33 | 0 | 0.05 | 259.5 | 0.77 | 0.8 |
| Hex | BD | A3 | F3 | 16 | 21 | 0 | 5 | 104 | 4D | 50 |
| Octal | 275 | 243 | 363 | 26 | 41 | 0 | 5 | 404 | 115 | 120 |
| Binary | 10111101 | 10100011 | 11110011 | 10110 | 100001 | 0 | 101 | 100000100 | 1001101 | 1010000 |
Color Harmonies of #BDA3F3
Complementary color
Monochromatic Colors of #BDA3F3
Black with #BDA3F3
Text Example
Text Example
White with #BDA3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3F3; }
p { color: rgb(189,163,243); }
H1.HeaderClassName
{
color: #BDA3F3;
}
.AnyTagClassName
{
color: #BDA3F3;
}
</style>
background-color css
<style>
a { background-color: #BDA3F3; }
a { background-color: rgb(189,163,243); }
div.DivClassName
{
background-color: #BDA3F3;
}
.BgClassName
{
background-color: #BDA3F3;
}
</style>
border-color css
<style>
span { border-color: #BDA3F3; }
span { border-color: rgb(189,163,243); }
td.TdClassName
{
border-color: #BDA3F3;
}
.TagClassName
{
border-color: #BDA3F3;
}
</style>