Shades of Perfume #BD9FE1
Tints of Perfume #BD9FE1
RGB
CMYK
RGB Variations
Color information
#BD9FE1 (or 0xBD9FE1) is known color: Perfume. HEX triplet: BD, 9F and E1. RGB value is (189,159,225). Sum of RGB (Red+Green+Blue) = 189+159+225=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD9FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FE1 is #42601E. Grayscale: #AFAFAF. Windows color (decimal): -4349983 or 14786493. OLE color: 14786493.
HSL color Cylindrical-coordinate representation of color #BD9FE1: hue angle of 267.27º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD9FE1 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 159 | 225 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.12 |
| HSL | 267.27º | 0.52% | 0.75% | - |
| HSV(B) | 267.27º | 0.29% | 0.88% | - |
| XYZ | 46.98 | 41.05 | 76.68 | - |
| YUV | 175.49 | 155.94 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 225 | 0.16 | 0.29 | 0 | 0.12 | 267.27 | 0.52 | 0.75 |
| Hex | BD | 9F | E1 | 10 | 1D | 0 | C | 10B | 34 | 4B |
| Octal | 275 | 237 | 341 | 20 | 35 | 0 | 14 | 413 | 64 | 113 |
| Binary | 10111101 | 10011111 | 11100001 | 10000 | 11101 | 0 | 1100 | 100001011 | 110100 | 1001011 |
Color Harmonies of #BD9FE1
Complementary color
Monochromatic Colors of #BD9FE1
Black with #BD9FE1
Text Example
Text Example
White with #BD9FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9FE1; }
p { color: rgb(189,159,225); }
H1.HeaderClassName
{
color: #BD9FE1;
}
.AnyTagClassName
{
color: #BD9FE1;
}
</style>
background-color css
<style>
a { background-color: #BD9FE1; }
a { background-color: rgb(189,159,225); }
div.DivClassName
{
background-color: #BD9FE1;
}
.BgClassName
{
background-color: #BD9FE1;
}
</style>
border-color css
<style>
span { border-color: #BD9FE1; }
span { border-color: rgb(189,159,225); }
td.TdClassName
{
border-color: #BD9FE1;
}
.TagClassName
{
border-color: #BD9FE1;
}
</style>