Shades of Perfume #BDA6D1
Tints of Perfume #BDA6D1
RGB
CMYK
RGB Variations
Color information
#BDA6D1 (or 0xBDA6D1) is known color: Perfume. HEX triplet: BD, A6 and D1. RGB value is (189,166,209). Sum of RGB (Red+Green+Blue) = 189+166+209=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDA6D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6D1 is #42592E. Grayscale: #B1B1B1. Windows color (decimal): -4348207 or 13739709. OLE color: 13739709.
HSL color Cylindrical-coordinate representation of color #BDA6D1: hue angle of 272.09º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDA6D1 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 166 | 209 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.18 |
| HSL | 272.09º | 0.32% | 0.74% | - |
| HSV(B) | 272.09º | 0.21% | 0.82% | - |
| XYZ | 46.13 | 42.69 | 66.13 | - |
| YUV | 177.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 209 | 0.10 | 0.21 | 0 | 0.18 | 272.09 | 0.32 | 0.74 |
| Hex | BD | A6 | D1 | A | 15 | 0 | 12 | 110 | 20 | 4A |
| Octal | 275 | 246 | 321 | 12 | 25 | 0 | 22 | 420 | 40 | 112 |
| Binary | 10111101 | 10100110 | 11010001 | 1010 | 10101 | 0 | 10010 | 100010000 | 100000 | 1001010 |
Color Harmonies of #BDA6D1
Complementary color
Monochromatic Colors of #BDA6D1
Black with #BDA6D1
Text Example
Text Example
White with #BDA6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA6D1; }
p { color: rgb(189,166,209); }
H1.HeaderClassName
{
color: #BDA6D1;
}
.AnyTagClassName
{
color: #BDA6D1;
}
</style>
background-color css
<style>
a { background-color: #BDA6D1; }
a { background-color: rgb(189,166,209); }
div.DivClassName
{
background-color: #BDA6D1;
}
.BgClassName
{
background-color: #BDA6D1;
}
</style>
border-color css
<style>
span { border-color: #BDA6D1; }
span { border-color: rgb(189,166,209); }
td.TdClassName
{
border-color: #BDA6D1;
}
.TagClassName
{
border-color: #BDA6D1;
}
</style>