Shades of Perfume #BD96E5
Tints of Perfume #BD96E5
RGB
CMYK
RGB Variations
Color information
#BD96E5 (or 0xBD96E5) is known color: Perfume. HEX triplet: BD, 96 and E5. RGB value is (189,150,229). Sum of RGB (Red+Green+Blue) = 189+150+229=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD96E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96E5 is #42691A. Grayscale: #AAAAAA. Windows color (decimal): -4352283 or 15046333. OLE color: 15046333.
HSL color Cylindrical-coordinate representation of color #BD96E5: hue angle of 269.62º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD96E5 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 150 | 229 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.10 |
| HSL | 269.62º | 0.6% | 0.74% | - |
| HSV(B) | 269.62º | 0.34% | 0.9% | - |
| XYZ | 46.04 | 38.29 | 79.09 | - |
| YUV | 170.67 | 160.92 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 229 | 0.17 | 0.34 | 0 | 0.10 | 269.62 | 0.6 | 0.74 |
| Hex | BD | 96 | E5 | 11 | 22 | 0 | A | 10E | 3C | 4A |
| Octal | 275 | 226 | 345 | 21 | 42 | 0 | 12 | 416 | 74 | 112 |
| Binary | 10111101 | 10010110 | 11100101 | 10001 | 100010 | 0 | 1010 | 100001110 | 111100 | 1001010 |
Color Harmonies of #BD96E5
Complementary color
Monochromatic Colors of #BD96E5
Black with #BD96E5
Text Example
Text Example
White with #BD96E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD96E5; }
p { color: rgb(189,150,229); }
H1.HeaderClassName
{
color: #BD96E5;
}
.AnyTagClassName
{
color: #BD96E5;
}
</style>
background-color css
<style>
a { background-color: #BD96E5; }
a { background-color: rgb(189,150,229); }
div.DivClassName
{
background-color: #BD96E5;
}
.BgClassName
{
background-color: #BD96E5;
}
</style>
border-color css
<style>
span { border-color: #BD96E5; }
span { border-color: rgb(189,150,229); }
td.TdClassName
{
border-color: #BD96E5;
}
.TagClassName
{
border-color: #BD96E5;
}
</style>