Shades of Perfume #BD9CDA
Tints of Perfume #BD9CDA
RGB
CMYK
RGB Variations
Color information
#BD9CDA (or 0xBD9CDA) is known color: Perfume. HEX triplet: BD, 9C and DA. RGB value is (189,156,218). Sum of RGB (Red+Green+Blue) = 189+156+218=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CDA is #426325. Grayscale: #ACACAC. Windows color (decimal): -4350758 or 14326973. OLE color: 14326973.
HSL color Cylindrical-coordinate representation of color #BD9CDA: hue angle of 271.94º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD9CDA is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 156 | 218 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.15 |
| HSL | 271.94º | 0.46% | 0.73% | - |
| HSV(B) | 271.94º | 0.28% | 0.85% | - |
| XYZ | 45.53 | 39.66 | 71.58 | - |
| YUV | 172.94 | 153.43 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 218 | 0.13 | 0.28 | 0 | 0.15 | 271.94 | 0.46 | 0.73 |
| Hex | BD | 9C | DA | D | 1C | 0 | F | 110 | 2E | 49 |
| Octal | 275 | 234 | 332 | 15 | 34 | 0 | 17 | 420 | 56 | 111 |
| Binary | 10111101 | 10011100 | 11011010 | 1101 | 11100 | 0 | 1111 | 100010000 | 101110 | 1001001 |
Color Harmonies of #BD9CDA
Complementary color
Monochromatic Colors of #BD9CDA
Black with #BD9CDA
Text Example
Text Example
White with #BD9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9CDA; }
p { color: rgb(189,156,218); }
H1.HeaderClassName
{
color: #BD9CDA;
}
.AnyTagClassName
{
color: #BD9CDA;
}
</style>
background-color css
<style>
a { background-color: #BD9CDA; }
a { background-color: rgb(189,156,218); }
div.DivClassName
{
background-color: #BD9CDA;
}
.BgClassName
{
background-color: #BD9CDA;
}
</style>
border-color css
<style>
span { border-color: #BD9CDA; }
span { border-color: rgb(189,156,218); }
td.TdClassName
{
border-color: #BD9CDA;
}
.TagClassName
{
border-color: #BD9CDA;
}
</style>