Shades of Perfume #BD9BEB
Tints of Perfume #BD9BEB
RGB
CMYK
RGB Variations
Color information
#BD9BEB (or 0xBD9BEB) is known color: Perfume. HEX triplet: BD, 9B and EB. RGB value is (189,155,235). Sum of RGB (Red+Green+Blue) = 189+155+235=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9BEB is #426414. Grayscale: #ADADAD. Windows color (decimal): -4350997 or 15440829. OLE color: 15440829.
HSL color Cylindrical-coordinate representation of color #BD9BEB: hue angle of 265.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD9BEB is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 155 | 235 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.08 |
| HSL | 265.5º | 0.67% | 0.76% | - |
| HSV(B) | 265.5º | 0.34% | 0.92% | - |
| XYZ | 47.7 | 40.26 | 83.85 | - |
| YUV | 174.29 | 162.26 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 235 | 0.20 | 0.34 | 0 | 0.08 | 265.5 | 0.67 | 0.76 |
| Hex | BD | 9B | EB | 14 | 22 | 0 | 8 | 10A | 43 | 4C |
| Octal | 275 | 233 | 353 | 24 | 42 | 0 | 10 | 412 | 103 | 114 |
| Binary | 10111101 | 10011011 | 11101011 | 10100 | 100010 | 0 | 1000 | 100001010 | 1000011 | 1001100 |
Color Harmonies of #BD9BEB
Complementary color
Monochromatic Colors of #BD9BEB
Black with #BD9BEB
Text Example
Text Example
White with #BD9BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BEB; }
p { color: rgb(189,155,235); }
H1.HeaderClassName
{
color: #BD9BEB;
}
.AnyTagClassName
{
color: #BD9BEB;
}
</style>
background-color css
<style>
a { background-color: #BD9BEB; }
a { background-color: rgb(189,155,235); }
div.DivClassName
{
background-color: #BD9BEB;
}
.BgClassName
{
background-color: #BD9BEB;
}
</style>
border-color css
<style>
span { border-color: #BD9BEB; }
span { border-color: rgb(189,155,235); }
td.TdClassName
{
border-color: #BD9BEB;
}
.TagClassName
{
border-color: #BD9BEB;
}
</style>