Shades of Perfume #BDA6D3
Tints of Perfume #BDA6D3
RGB
CMYK
RGB Variations
Color information
#BDA6D3 (or 0xBDA6D3) is known color: Perfume. HEX triplet: BD, A6 and D3. RGB value is (189,166,211). Sum of RGB (Red+Green+Blue) = 189+166+211=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDA6D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6D3 is #42592C. Grayscale: #B1B1B1. Windows color (decimal): -4348205 or 13870781. OLE color: 13870781.
HSL color Cylindrical-coordinate representation of color #BDA6D3: hue angle of 270.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDA6D3 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 166 | 211 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.17 |
| HSL | 270.67º | 0.34% | 0.74% | - |
| HSV(B) | 270.67º | 0.21% | 0.83% | - |
| XYZ | 46.38 | 42.79 | 67.44 | - |
| YUV | 178.01 | 146.62 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 211 | 0.10 | 0.21 | 0 | 0.17 | 270.67 | 0.34 | 0.74 |
| Hex | BD | A6 | D3 | A | 15 | 0 | 11 | 10F | 22 | 4A |
| Octal | 275 | 246 | 323 | 12 | 25 | 0 | 21 | 417 | 42 | 112 |
| Binary | 10111101 | 10100110 | 11010011 | 1010 | 10101 | 0 | 10001 | 100001111 | 100010 | 1001010 |
Color Harmonies of #BDA6D3
Complementary color
Monochromatic Colors of #BDA6D3
Black with #BDA6D3
Text Example
Text Example
White with #BDA6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA6D3; }
p { color: rgb(189,166,211); }
H1.HeaderClassName
{
color: #BDA6D3;
}
.AnyTagClassName
{
color: #BDA6D3;
}
</style>
background-color css
<style>
a { background-color: #BDA6D3; }
a { background-color: rgb(189,166,211); }
div.DivClassName
{
background-color: #BDA6D3;
}
.BgClassName
{
background-color: #BDA6D3;
}
</style>
border-color css
<style>
span { border-color: #BDA6D3; }
span { border-color: rgb(189,166,211); }
td.TdClassName
{
border-color: #BDA6D3;
}
.TagClassName
{
border-color: #BDA6D3;
}
</style>