Shades of Perfume #BD9DEB
Tints of Perfume #BD9DEB
RGB
CMYK
RGB Variations
Color information
#BD9DEB (or 0xBD9DEB) is known color: Perfume. HEX triplet: BD, 9D and EB. RGB value is (189,157,235). Sum of RGB (Red+Green+Blue) = 189+157+235=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD9DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9DEB is #426214. Grayscale: #AFAFAF. Windows color (decimal): -4350485 or 15441341. OLE color: 15441341.
HSL color Cylindrical-coordinate representation of color #BD9DEB: hue angle of 264.62º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD9DEB is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 157 | 235 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.08 |
| HSL | 264.62º | 0.66% | 0.77% | - |
| HSV(B) | 264.62º | 0.33% | 0.92% | - |
| XYZ | 48.04 | 40.93 | 83.97 | - |
| YUV | 175.46 | 161.6 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 235 | 0.20 | 0.33 | 0 | 0.08 | 264.62 | 0.66 | 0.77 |
| Hex | BD | 9D | EB | 14 | 21 | 0 | 8 | 109 | 42 | 4D |
| Octal | 275 | 235 | 353 | 24 | 41 | 0 | 10 | 411 | 102 | 115 |
| Binary | 10111101 | 10011101 | 11101011 | 10100 | 100001 | 0 | 1000 | 100001001 | 1000010 | 1001101 |
Color Harmonies of #BD9DEB
Complementary color
Monochromatic Colors of #BD9DEB
Black with #BD9DEB
Text Example
Text Example
White with #BD9DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9DEB; }
p { color: rgb(189,157,235); }
H1.HeaderClassName
{
color: #BD9DEB;
}
.AnyTagClassName
{
color: #BD9DEB;
}
</style>
background-color css
<style>
a { background-color: #BD9DEB; }
a { background-color: rgb(189,157,235); }
div.DivClassName
{
background-color: #BD9DEB;
}
.BgClassName
{
background-color: #BD9DEB;
}
</style>
border-color css
<style>
span { border-color: #BD9DEB; }
span { border-color: rgb(189,157,235); }
td.TdClassName
{
border-color: #BD9DEB;
}
.TagClassName
{
border-color: #BD9DEB;
}
</style>