Shades of Perfume #BD9AE5
Tints of Perfume #BD9AE5
RGB
CMYK
RGB Variations
Color information
#BD9AE5 (or 0xBD9AE5) is known color: Perfume. HEX triplet: BD, 9A and E5. RGB value is (189,154,229). Sum of RGB (Red+Green+Blue) = 189+154+229=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD9AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9AE5 is #42651A. Grayscale: #ACACAC. Windows color (decimal): -4351259 or 15047357. OLE color: 15047357.
HSL color Cylindrical-coordinate representation of color #BD9AE5: hue angle of 268º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD9AE5 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 154 | 229 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.10 |
| HSL | 268º | 0.59% | 0.75% | - |
| HSV(B) | 268º | 0.33% | 0.9% | - |
| XYZ | 46.68 | 39.59 | 79.31 | - |
| YUV | 173.02 | 159.6 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 229 | 0.17 | 0.33 | 0 | 0.10 | 268 | 0.59 | 0.75 |
| Hex | BD | 9A | E5 | 11 | 21 | 0 | A | 10C | 3B | 4B |
| Octal | 275 | 232 | 345 | 21 | 41 | 0 | 12 | 414 | 73 | 113 |
| Binary | 10111101 | 10011010 | 11100101 | 10001 | 100001 | 0 | 1010 | 100001100 | 111011 | 1001011 |
Color Harmonies of #BD9AE5
Complementary color
Monochromatic Colors of #BD9AE5
Black with #BD9AE5
Text Example
Text Example
White with #BD9AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9AE5; }
p { color: rgb(189,154,229); }
H1.HeaderClassName
{
color: #BD9AE5;
}
.AnyTagClassName
{
color: #BD9AE5;
}
</style>
background-color css
<style>
a { background-color: #BD9AE5; }
a { background-color: rgb(189,154,229); }
div.DivClassName
{
background-color: #BD9AE5;
}
.BgClassName
{
background-color: #BD9AE5;
}
</style>
border-color css
<style>
span { border-color: #BD9AE5; }
span { border-color: rgb(189,154,229); }
td.TdClassName
{
border-color: #BD9AE5;
}
.TagClassName
{
border-color: #BD9AE5;
}
</style>