Shades of Perfume #BDA9D7
Tints of Perfume #BDA9D7
RGB
CMYK
RGB Variations
Color information
#BDA9D7 (or 0xBDA9D7) is known color: Perfume. HEX triplet: BD, A9 and D7. RGB value is (189,169,215). Sum of RGB (Red+Green+Blue) = 189+169+215=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDA9D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9D7 is #425628. Grayscale: #B4B4B4. Windows color (decimal): -4347433 or 14133693. OLE color: 14133693.
HSL color Cylindrical-coordinate representation of color #BDA9D7: hue angle of 266.09º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDA9D7 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 169 | 215 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.16 |
| HSL | 266.09º | 0.37% | 0.75% | - |
| HSV(B) | 266.09º | 0.21% | 0.84% | - |
| XYZ | 47.44 | 44.1 | 70.3 | - |
| YUV | 180.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 215 | 0.12 | 0.21 | 0 | 0.16 | 266.09 | 0.37 | 0.75 |
| Hex | BD | A9 | D7 | C | 15 | 0 | 10 | 10A | 25 | 4B |
| Octal | 275 | 251 | 327 | 14 | 25 | 0 | 20 | 412 | 45 | 113 |
| Binary | 10111101 | 10101001 | 11010111 | 1100 | 10101 | 0 | 10000 | 100001010 | 100101 | 1001011 |
Color Harmonies of #BDA9D7
Complementary color
Monochromatic Colors of #BDA9D7
Black with #BDA9D7
Text Example
Text Example
White with #BDA9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9D7; }
p { color: rgb(189,169,215); }
H1.HeaderClassName
{
color: #BDA9D7;
}
.AnyTagClassName
{
color: #BDA9D7;
}
</style>
background-color css
<style>
a { background-color: #BDA9D7; }
a { background-color: rgb(189,169,215); }
div.DivClassName
{
background-color: #BDA9D7;
}
.BgClassName
{
background-color: #BDA9D7;
}
</style>
border-color css
<style>
span { border-color: #BDA9D7; }
span { border-color: rgb(189,169,215); }
td.TdClassName
{
border-color: #BDA9D7;
}
.TagClassName
{
border-color: #BDA9D7;
}
</style>