Shades of Perfume #BDA1F9
Tints of Perfume #BDA1F9
RGB
CMYK
RGB Variations
Color information
#BDA1F9 (or 0xBDA1F9) is known color: Perfume. HEX triplet: BD, A1 and F9. RGB value is (189,161,249). Sum of RGB (Red+Green+Blue) = 189+161+249=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 161 (63.28% from 255 or 26.88% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDA1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA1F9 is #425E06. Grayscale: #B3B3B3. Windows color (decimal): -4349447 or 16359869. OLE color: 16359869.
HSL color Cylindrical-coordinate representation of color #BDA1F9: hue angle of 259.09º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDA1F9 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 161 | 249 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.02 |
| HSL | 259.09º | 0.88% | 0.8% | - |
| HSV(B) | 259.09º | 0.35% | 0.98% | - |
| XYZ | 50.83 | 43.15 | 95.27 | - |
| YUV | 179.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 249 | 0.24 | 0.35 | 0 | 0.02 | 259.09 | 0.88 | 0.8 |
| Hex | BD | A1 | F9 | 18 | 23 | 0 | 2 | 103 | 58 | 50 |
| Octal | 275 | 241 | 371 | 30 | 43 | 0 | 2 | 403 | 130 | 120 |
| Binary | 10111101 | 10100001 | 11111001 | 11000 | 100011 | 0 | 10 | 100000011 | 1011000 | 1010000 |
Color Harmonies of #BDA1F9
Complementary color
Monochromatic Colors of #BDA1F9
Black with #BDA1F9
Text Example
Text Example
White with #BDA1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1F9; }
p { color: rgb(189,161,249); }
H1.HeaderClassName
{
color: #BDA1F9;
}
.AnyTagClassName
{
color: #BDA1F9;
}
</style>
background-color css
<style>
a { background-color: #BDA1F9; }
a { background-color: rgb(189,161,249); }
div.DivClassName
{
background-color: #BDA1F9;
}
.BgClassName
{
background-color: #BDA1F9;
}
</style>
border-color css
<style>
span { border-color: #BDA1F9; }
span { border-color: rgb(189,161,249); }
td.TdClassName
{
border-color: #BDA1F9;
}
.TagClassName
{
border-color: #BDA1F9;
}
</style>