Shades of Perfume #BD9BE6
Tints of Perfume #BD9BE6
RGB
CMYK
RGB Variations
Color information
#BD9BE6 (or 0xBD9BE6) is known color: Perfume. HEX triplet: BD, 9B and E6. RGB value is (189,155,230). Sum of RGB (Red+Green+Blue) = 189+155+230=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD9BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9BE6 is #426419. Grayscale: #ADADAD. Windows color (decimal): -4351002 or 15113149. OLE color: 15113149.
HSL color Cylindrical-coordinate representation of color #BD9BE6: hue angle of 267.2º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD9BE6 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 155 | 230 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.10 |
| HSL | 267.2º | 0.6% | 0.75% | - |
| HSV(B) | 267.2º | 0.33% | 0.9% | - |
| XYZ | 46.99 | 39.97 | 80.1 | - |
| YUV | 173.72 | 159.76 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 230 | 0.18 | 0.33 | 0 | 0.10 | 267.2 | 0.6 | 0.75 |
| Hex | BD | 9B | E6 | 12 | 21 | 0 | A | 10B | 3C | 4B |
| Octal | 275 | 233 | 346 | 22 | 41 | 0 | 12 | 413 | 74 | 113 |
| Binary | 10111101 | 10011011 | 11100110 | 10010 | 100001 | 0 | 1010 | 100001011 | 111100 | 1001011 |
Color Harmonies of #BD9BE6
Complementary color
Monochromatic Colors of #BD9BE6
Black with #BD9BE6
Text Example
Text Example
White with #BD9BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BE6; }
p { color: rgb(189,155,230); }
H1.HeaderClassName
{
color: #BD9BE6;
}
.AnyTagClassName
{
color: #BD9BE6;
}
</style>
background-color css
<style>
a { background-color: #BD9BE6; }
a { background-color: rgb(189,155,230); }
div.DivClassName
{
background-color: #BD9BE6;
}
.BgClassName
{
background-color: #BD9BE6;
}
</style>
border-color css
<style>
span { border-color: #BD9BE6; }
span { border-color: rgb(189,155,230); }
td.TdClassName
{
border-color: #BD9BE6;
}
.TagClassName
{
border-color: #BD9BE6;
}
</style>