Shades of Perfume #BD9BDD
Tints of Perfume #BD9BDD
RGB
CMYK
RGB Variations
Color information
#BD9BDD (or 0xBD9BDD) is known color: Perfume. HEX triplet: BD, 9B and DD. RGB value is (189,155,221). Sum of RGB (Red+Green+Blue) = 189+155+221=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD9BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BDD is #426422. Grayscale: #ACACAC. Windows color (decimal): -4351011 or 14523325. OLE color: 14523325.
HSL color Cylindrical-coordinate representation of color #BD9BDD: hue angle of 270.91º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD9BDD is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 155 | 221 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.13 |
| HSL | 270.91º | 0.49% | 0.74% | - |
| HSV(B) | 270.91º | 0.3% | 0.87% | - |
| XYZ | 45.76 | 39.48 | 73.62 | - |
| YUV | 172.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 221 | 0.14 | 0.30 | 0 | 0.13 | 270.91 | 0.49 | 0.74 |
| Hex | BD | 9B | DD | E | 1E | 0 | D | 10F | 31 | 4A |
| Octal | 275 | 233 | 335 | 16 | 36 | 0 | 15 | 417 | 61 | 112 |
| Binary | 10111101 | 10011011 | 11011101 | 1110 | 11110 | 0 | 1101 | 100001111 | 110001 | 1001010 |
Color Harmonies of #BD9BDD
Complementary color
Monochromatic Colors of #BD9BDD
Black with #BD9BDD
Text Example
Text Example
White with #BD9BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BDD; }
p { color: rgb(189,155,221); }
H1.HeaderClassName
{
color: #BD9BDD;
}
.AnyTagClassName
{
color: #BD9BDD;
}
</style>
background-color css
<style>
a { background-color: #BD9BDD; }
a { background-color: rgb(189,155,221); }
div.DivClassName
{
background-color: #BD9BDD;
}
.BgClassName
{
background-color: #BD9BDD;
}
</style>
border-color css
<style>
span { border-color: #BD9BDD; }
span { border-color: rgb(189,155,221); }
td.TdClassName
{
border-color: #BD9BDD;
}
.TagClassName
{
border-color: #BD9BDD;
}
</style>