Shades of Perfume #BDA3FB
Tints of Perfume #BDA3FB
RGB
CMYK
RGB Variations
Color information
#BDA3FB (or 0xBDA3FB) is known color: Perfume. HEX triplet: BD, A3 and FB. RGB value is (189,163,251). Sum of RGB (Red+Green+Blue) = 189+163+251=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 163 (64.06% from 255 or 27.03% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDA3FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA3FB is #425C04. Grayscale: #B4B4B4. Windows color (decimal): -4348933 or 16491453. OLE color: 16491453.
HSL color Cylindrical-coordinate representation of color #BDA3FB: hue angle of 257.73º degrees, saturation: 0.92, 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 #BDA3FB is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 163 | 251 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.02 |
| HSL | 257.73º | 0.92% | 0.81% | - |
| HSV(B) | 257.73º | 0.35% | 0.98% | - |
| XYZ | 51.5 | 43.98 | 97.04 | - |
| YUV | 180.81 | 167.61 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 251 | 0.25 | 0.35 | 0 | 0.02 | 257.73 | 0.92 | 0.81 |
| Hex | BD | A3 | FB | 19 | 23 | 0 | 2 | 102 | 5C | 51 |
| Octal | 275 | 243 | 373 | 31 | 43 | 0 | 2 | 402 | 134 | 121 |
| Binary | 10111101 | 10100011 | 11111011 | 11001 | 100011 | 0 | 10 | 100000010 | 1011100 | 1010001 |
Color Harmonies of #BDA3FB
Complementary color
Monochromatic Colors of #BDA3FB
Black with #BDA3FB
Text Example
Text Example
White with #BDA3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3FB; }
p { color: rgb(189,163,251); }
H1.HeaderClassName
{
color: #BDA3FB;
}
.AnyTagClassName
{
color: #BDA3FB;
}
</style>
background-color css
<style>
a { background-color: #BDA3FB; }
a { background-color: rgb(189,163,251); }
div.DivClassName
{
background-color: #BDA3FB;
}
.BgClassName
{
background-color: #BDA3FB;
}
</style>
border-color css
<style>
span { border-color: #BDA3FB; }
span { border-color: rgb(189,163,251); }
td.TdClassName
{
border-color: #BDA3FB;
}
.TagClassName
{
border-color: #BDA3FB;
}
</style>