Shades of Perfume #BD9CDF
Tints of Perfume #BD9CDF
RGB
CMYK
RGB Variations
Color information
#BD9CDF (or 0xBD9CDF) is known color: Perfume. HEX triplet: BD, 9C and DF. RGB value is (189,156,223). Sum of RGB (Red+Green+Blue) = 189+156+223=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD9CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CDF is #426320. Grayscale: #ADADAD. Windows color (decimal): -4350753 or 14654653. OLE color: 14654653.
HSL color Cylindrical-coordinate representation of color #BD9CDF: hue angle of 269.55º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD9CDF is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 156 | 223 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.13 |
| HSL | 269.55º | 0.51% | 0.74% | - |
| HSV(B) | 269.55º | 0.3% | 0.87% | - |
| XYZ | 46.19 | 39.92 | 75.08 | - |
| YUV | 173.51 | 155.93 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 223 | 0.15 | 0.30 | 0 | 0.13 | 269.55 | 0.51 | 0.74 |
| Hex | BD | 9C | DF | F | 1E | 0 | D | 10E | 33 | 4A |
| Octal | 275 | 234 | 337 | 17 | 36 | 0 | 15 | 416 | 63 | 112 |
| Binary | 10111101 | 10011100 | 11011111 | 1111 | 11110 | 0 | 1101 | 100001110 | 110011 | 1001010 |
Color Harmonies of #BD9CDF
Complementary color
Monochromatic Colors of #BD9CDF
Black with #BD9CDF
Text Example
Text Example
White with #BD9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9CDF; }
p { color: rgb(189,156,223); }
H1.HeaderClassName
{
color: #BD9CDF;
}
.AnyTagClassName
{
color: #BD9CDF;
}
</style>
background-color css
<style>
a { background-color: #BD9CDF; }
a { background-color: rgb(189,156,223); }
div.DivClassName
{
background-color: #BD9CDF;
}
.BgClassName
{
background-color: #BD9CDF;
}
</style>
border-color css
<style>
span { border-color: #BD9CDF; }
span { border-color: rgb(189,156,223); }
td.TdClassName
{
border-color: #BD9CDF;
}
.TagClassName
{
border-color: #BD9CDF;
}
</style>