Shades of Perfume #BD9CE0
Tints of Perfume #BD9CE0
RGB
CMYK
RGB Variations
Color information
#BD9CE0 (or 0xBD9CE0) is known color: Perfume. HEX triplet: BD, 9C and E0. RGB value is (189,156,224). Sum of RGB (Red+Green+Blue) = 189+156+224=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD9CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CE0 is #42631F. Grayscale: #ADADAD. Windows color (decimal): -4350752 or 14720189. OLE color: 14720189.
HSL color Cylindrical-coordinate representation of color #BD9CE0: hue angle of 269.12º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD9CE0 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 156 | 224 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.12 |
| HSL | 269.12º | 0.52% | 0.75% | - |
| HSV(B) | 269.12º | 0.3% | 0.88% | - |
| XYZ | 46.33 | 39.98 | 75.8 | - |
| YUV | 173.62 | 156.43 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 224 | 0.16 | 0.30 | 0 | 0.12 | 269.12 | 0.52 | 0.75 |
| Hex | BD | 9C | E0 | 10 | 1E | 0 | C | 10D | 34 | 4B |
| Octal | 275 | 234 | 340 | 20 | 36 | 0 | 14 | 415 | 64 | 113 |
| Binary | 10111101 | 10011100 | 11100000 | 10000 | 11110 | 0 | 1100 | 100001101 | 110100 | 1001011 |
Color Harmonies of #BD9CE0
Complementary color
Monochromatic Colors of #BD9CE0
Black with #BD9CE0
Text Example
Text Example
White with #BD9CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9CE0; }
p { color: rgb(189,156,224); }
H1.HeaderClassName
{
color: #BD9CE0;
}
.AnyTagClassName
{
color: #BD9CE0;
}
</style>
background-color css
<style>
a { background-color: #BD9CE0; }
a { background-color: rgb(189,156,224); }
div.DivClassName
{
background-color: #BD9CE0;
}
.BgClassName
{
background-color: #BD9CE0;
}
</style>
border-color css
<style>
span { border-color: #BD9CE0; }
span { border-color: rgb(189,156,224); }
td.TdClassName
{
border-color: #BD9CE0;
}
.TagClassName
{
border-color: #BD9CE0;
}
</style>