Shades of Perfume #BDA6E2
Tints of Perfume #BDA6E2
RGB
CMYK
RGB Variations
Color information
#BDA6E2 (or 0xBDA6E2) is known color: Perfume. HEX triplet: BD, A6 and E2. RGB value is (189,166,226). Sum of RGB (Red+Green+Blue) = 189+166+226=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDA6E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6E2 is #42591D. Grayscale: #B3B3B3. Windows color (decimal): -4348190 or 14853821. OLE color: 14853821.
HSL color Cylindrical-coordinate representation of color #BDA6E2: hue angle of 263º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDA6E2 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 166 | 226 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.11 |
| HSL | 263º | 0.51% | 0.77% | - |
| HSV(B) | 263º | 0.27% | 0.89% | - |
| XYZ | 48.35 | 43.58 | 77.82 | - |
| YUV | 179.72 | 154.12 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 226 | 0.16 | 0.27 | 0 | 0.11 | 263 | 0.51 | 0.77 |
| Hex | BD | A6 | E2 | 10 | 1B | 0 | B | 107 | 33 | 4D |
| Octal | 275 | 246 | 342 | 20 | 33 | 0 | 13 | 407 | 63 | 115 |
| Binary | 10111101 | 10100110 | 11100010 | 10000 | 11011 | 0 | 1011 | 100000111 | 110011 | 1001101 |
Color Harmonies of #BDA6E2
Complementary color
Monochromatic Colors of #BDA6E2
Black with #BDA6E2
Text Example
Text Example
White with #BDA6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA6E2; }
p { color: rgb(189,166,226); }
H1.HeaderClassName
{
color: #BDA6E2;
}
.AnyTagClassName
{
color: #BDA6E2;
}
</style>
background-color css
<style>
a { background-color: #BDA6E2; }
a { background-color: rgb(189,166,226); }
div.DivClassName
{
background-color: #BDA6E2;
}
.BgClassName
{
background-color: #BDA6E2;
}
</style>
border-color css
<style>
span { border-color: #BDA6E2; }
span { border-color: rgb(189,166,226); }
td.TdClassName
{
border-color: #BDA6E2;
}
.TagClassName
{
border-color: #BDA6E2;
}
</style>