Shades of Perfume #BD9BE7
Tints of Perfume #BD9BE7
RGB
CMYK
RGB Variations
Color information
#BD9BE7 (or 0xBD9BE7) is known color: Perfume. HEX triplet: BD, 9B and E7. RGB value is (189,155,231). Sum of RGB (Red+Green+Blue) = 189+155+231=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 231 - color contains mainly: blue. Hex color #BD9BE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9BE7 is #426418. Grayscale: #ADADAD. Windows color (decimal): -4351001 or 15178685. OLE color: 15178685.
HSL color Cylindrical-coordinate representation of color #BD9BE7: hue angle of 266.84º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD9BE7 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 155 | 231 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.09 |
| HSL | 266.84º | 0.61% | 0.76% | - |
| HSV(B) | 266.84º | 0.33% | 0.91% | - |
| XYZ | 47.13 | 40.03 | 80.84 | - |
| YUV | 173.83 | 160.26 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 231 | 0.18 | 0.33 | 0 | 0.09 | 266.84 | 0.61 | 0.76 |
| Hex | BD | 9B | E7 | 12 | 21 | 0 | 9 | 10B | 3D | 4C |
| Octal | 275 | 233 | 347 | 22 | 41 | 0 | 11 | 413 | 75 | 114 |
| Binary | 10111101 | 10011011 | 11100111 | 10010 | 100001 | 0 | 1001 | 100001011 | 111101 | 1001100 |
Color Harmonies of #BD9BE7
Complementary color
Monochromatic Colors of #BD9BE7
Black with #BD9BE7
Text Example
Text Example
White with #BD9BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BE7; }
p { color: rgb(189,155,231); }
H1.HeaderClassName
{
color: #BD9BE7;
}
.AnyTagClassName
{
color: #BD9BE7;
}
</style>
background-color css
<style>
a { background-color: #BD9BE7; }
a { background-color: rgb(189,155,231); }
div.DivClassName
{
background-color: #BD9BE7;
}
.BgClassName
{
background-color: #BD9BE7;
}
</style>
border-color css
<style>
span { border-color: #BD9BE7; }
span { border-color: rgb(189,155,231); }
td.TdClassName
{
border-color: #BD9BE7;
}
.TagClassName
{
border-color: #BD9BE7;
}
</style>