Shades of Perfume #BDA0F1
Tints of Perfume #BDA0F1
RGB
CMYK
RGB Variations
Color information
#BDA0F1 (or 0xBDA0F1) is known color: Perfume. HEX triplet: BD, A0 and F1. RGB value is (189,160,241). Sum of RGB (Red+Green+Blue) = 189+160+241=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDA0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA0F1 is #425F0E. Grayscale: #B1B1B1. Windows color (decimal): -4349711 or 15835325. OLE color: 15835325.
HSL color Cylindrical-coordinate representation of color #BDA0F1: hue angle of 261.48º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDA0F1 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 160 | 241 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.05 |
| HSL | 261.48º | 0.74% | 0.79% | - |
| HSV(B) | 261.48º | 0.34% | 0.95% | - |
| XYZ | 49.43 | 42.31 | 88.78 | - |
| YUV | 177.91 | 163.61 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 241 | 0.22 | 0.34 | 0 | 0.05 | 261.48 | 0.74 | 0.79 |
| Hex | BD | A0 | F1 | 16 | 22 | 0 | 5 | 105 | 4A | 4F |
| Octal | 275 | 240 | 361 | 26 | 42 | 0 | 5 | 405 | 112 | 117 |
| Binary | 10111101 | 10100000 | 11110001 | 10110 | 100010 | 0 | 101 | 100000101 | 1001010 | 1001111 |
Color Harmonies of #BDA0F1
Complementary color
Monochromatic Colors of #BDA0F1
Black with #BDA0F1
Text Example
Text Example
White with #BDA0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA0F1; }
p { color: rgb(189,160,241); }
H1.HeaderClassName
{
color: #BDA0F1;
}
.AnyTagClassName
{
color: #BDA0F1;
}
</style>
background-color css
<style>
a { background-color: #BDA0F1; }
a { background-color: rgb(189,160,241); }
div.DivClassName
{
background-color: #BDA0F1;
}
.BgClassName
{
background-color: #BDA0F1;
}
</style>
border-color css
<style>
span { border-color: #BDA0F1; }
span { border-color: rgb(189,160,241); }
td.TdClassName
{
border-color: #BDA0F1;
}
.TagClassName
{
border-color: #BDA0F1;
}
</style>