Shades of Perfume #BDA9DA
Tints of Perfume #BDA9DA
RGB
CMYK
RGB Variations
Color information
#BDA9DA (or 0xBDA9DA) is known color: Perfume. HEX triplet: BD, A9 and DA. RGB value is (189,169,218). Sum of RGB (Red+Green+Blue) = 189+169+218=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDA9DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9DA is #425625. Grayscale: #B4B4B4. Windows color (decimal): -4347430 or 14330301. OLE color: 14330301.
HSL color Cylindrical-coordinate representation of color #BDA9DA: hue angle of 264.49º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDA9DA is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 169 | 218 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.15 |
| HSL | 264.49º | 0.4% | 0.76% | - |
| HSV(B) | 264.49º | 0.22% | 0.85% | - |
| XYZ | 47.83 | 44.26 | 72.35 | - |
| YUV | 180.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 218 | 0.13 | 0.22 | 0 | 0.15 | 264.49 | 0.4 | 0.76 |
| Hex | BD | A9 | DA | D | 16 | 0 | F | 108 | 28 | 4C |
| Octal | 275 | 251 | 332 | 15 | 26 | 0 | 17 | 410 | 50 | 114 |
| Binary | 10111101 | 10101001 | 11011010 | 1101 | 10110 | 0 | 1111 | 100001000 | 101000 | 1001100 |
Color Harmonies of #BDA9DA
Complementary color
Monochromatic Colors of #BDA9DA
Black with #BDA9DA
Text Example
Text Example
White with #BDA9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9DA; }
p { color: rgb(189,169,218); }
H1.HeaderClassName
{
color: #BDA9DA;
}
.AnyTagClassName
{
color: #BDA9DA;
}
</style>
background-color css
<style>
a { background-color: #BDA9DA; }
a { background-color: rgb(189,169,218); }
div.DivClassName
{
background-color: #BDA9DA;
}
.BgClassName
{
background-color: #BDA9DA;
}
</style>
border-color css
<style>
span { border-color: #BDA9DA; }
span { border-color: rgb(189,169,218); }
td.TdClassName
{
border-color: #BDA9DA;
}
.TagClassName
{
border-color: #BDA9DA;
}
</style>