Shades of Perfume #BD9FEB
Tints of Perfume #BD9FEB
RGB
CMYK
RGB Variations
Color information
#BD9FEB (or 0xBD9FEB) is known color: Perfume. HEX triplet: BD, 9F and EB. RGB value is (189,159,235). Sum of RGB (Red+Green+Blue) = 189+159+235=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD9FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FEB is #426014. Grayscale: #B0B0B0. Windows color (decimal): -4349973 or 15441853. OLE color: 15441853.
HSL color Cylindrical-coordinate representation of color #BD9FEB: hue angle of 263.68º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD9FEB is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 159 | 235 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.08 |
| HSL | 263.68º | 0.66% | 0.77% | - |
| HSV(B) | 263.68º | 0.32% | 0.92% | - |
| XYZ | 48.38 | 41.61 | 84.08 | - |
| YUV | 176.63 | 160.94 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 235 | 0.20 | 0.32 | 0 | 0.08 | 263.68 | 0.66 | 0.77 |
| Hex | BD | 9F | EB | 14 | 20 | 0 | 8 | 108 | 42 | 4D |
| Octal | 275 | 237 | 353 | 24 | 40 | 0 | 10 | 410 | 102 | 115 |
| Binary | 10111101 | 10011111 | 11101011 | 10100 | 100000 | 0 | 1000 | 100001000 | 1000010 | 1001101 |
Color Harmonies of #BD9FEB
Complementary color
Monochromatic Colors of #BD9FEB
Black with #BD9FEB
Text Example
Text Example
White with #BD9FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9FEB; }
p { color: rgb(189,159,235); }
H1.HeaderClassName
{
color: #BD9FEB;
}
.AnyTagClassName
{
color: #BD9FEB;
}
</style>
background-color css
<style>
a { background-color: #BD9FEB; }
a { background-color: rgb(189,159,235); }
div.DivClassName
{
background-color: #BD9FEB;
}
.BgClassName
{
background-color: #BD9FEB;
}
</style>
border-color css
<style>
span { border-color: #BD9FEB; }
span { border-color: rgb(189,159,235); }
td.TdClassName
{
border-color: #BD9FEB;
}
.TagClassName
{
border-color: #BD9FEB;
}
</style>