Shades of Perfume #BDA9D8
Tints of Perfume #BDA9D8
RGB
CMYK
RGB Variations
Color information
#BDA9D8 (or 0xBDA9D8) is known color: Perfume. HEX triplet: BD, A9 and D8. RGB value is (189,169,216). Sum of RGB (Red+Green+Blue) = 189+169+216=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDA9D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9D8 is #425627. Grayscale: #B4B4B4. Windows color (decimal): -4347432 or 14199229. OLE color: 14199229.
HSL color Cylindrical-coordinate representation of color #BDA9D8: hue angle of 265.53º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDA9D8 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 169 | 216 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.15 |
| HSL | 265.53º | 0.38% | 0.75% | - |
| HSV(B) | 265.53º | 0.22% | 0.85% | - |
| XYZ | 47.57 | 44.15 | 70.98 | - |
| YUV | 180.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 216 | 0.12 | 0.22 | 0 | 0.15 | 265.53 | 0.38 | 0.75 |
| Hex | BD | A9 | D8 | C | 16 | 0 | F | 10A | 26 | 4B |
| Octal | 275 | 251 | 330 | 14 | 26 | 0 | 17 | 412 | 46 | 113 |
| Binary | 10111101 | 10101001 | 11011000 | 1100 | 10110 | 0 | 1111 | 100001010 | 100110 | 1001011 |
Color Harmonies of #BDA9D8
Complementary color
Monochromatic Colors of #BDA9D8
Black with #BDA9D8
Text Example
Text Example
White with #BDA9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9D8; }
p { color: rgb(189,169,216); }
H1.HeaderClassName
{
color: #BDA9D8;
}
.AnyTagClassName
{
color: #BDA9D8;
}
</style>
background-color css
<style>
a { background-color: #BDA9D8; }
a { background-color: rgb(189,169,216); }
div.DivClassName
{
background-color: #BDA9D8;
}
.BgClassName
{
background-color: #BDA9D8;
}
</style>
border-color css
<style>
span { border-color: #BDA9D8; }
span { border-color: rgb(189,169,216); }
td.TdClassName
{
border-color: #BDA9D8;
}
.TagClassName
{
border-color: #BDA9D8;
}
</style>