Shades of Perfume #BDA1FB
Tints of Perfume #BDA1FB
RGB
CMYK
RGB Variations
Color information
#BDA1FB (or 0xBDA1FB) is known color: Perfume. HEX triplet: BD, A1 and FB. RGB value is (189,161,251). Sum of RGB (Red+Green+Blue) = 189+161+251=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDA1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA1FB is #425E04. Grayscale: #B3B3B3. Windows color (decimal): -4349445 or 16490941. OLE color: 16490941.
HSL color Cylindrical-coordinate representation of color #BDA1FB: hue angle of 258.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDA1FB is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 161 | 251 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.02 |
| HSL | 258.67º | 0.92% | 0.81% | - |
| HSV(B) | 258.67º | 0.36% | 0.98% | - |
| XYZ | 51.14 | 43.27 | 96.92 | - |
| YUV | 179.63 | 168.28 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 251 | 0.25 | 0.36 | 0 | 0.02 | 258.67 | 0.92 | 0.81 |
| Hex | BD | A1 | FB | 19 | 24 | 0 | 2 | 103 | 5C | 51 |
| Octal | 275 | 241 | 373 | 31 | 44 | 0 | 2 | 403 | 134 | 121 |
| Binary | 10111101 | 10100001 | 11111011 | 11001 | 100100 | 0 | 10 | 100000011 | 1011100 | 1010001 |
Color Harmonies of #BDA1FB
Complementary color
Monochromatic Colors of #BDA1FB
Black with #BDA1FB
Text Example
Text Example
White with #BDA1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1FB; }
p { color: rgb(189,161,251); }
H1.HeaderClassName
{
color: #BDA1FB;
}
.AnyTagClassName
{
color: #BDA1FB;
}
</style>
background-color css
<style>
a { background-color: #BDA1FB; }
a { background-color: rgb(189,161,251); }
div.DivClassName
{
background-color: #BDA1FB;
}
.BgClassName
{
background-color: #BDA1FB;
}
</style>
border-color css
<style>
span { border-color: #BDA1FB; }
span { border-color: rgb(189,161,251); }
td.TdClassName
{
border-color: #BDA1FB;
}
.TagClassName
{
border-color: #BDA1FB;
}
</style>