Shades of Perfume #BD9FE3
Tints of Perfume #BD9FE3
RGB
CMYK
RGB Variations
Color information
#BD9FE3 (or 0xBD9FE3) is known color: Perfume. HEX triplet: BD, 9F and E3. RGB value is (189,159,227). Sum of RGB (Red+Green+Blue) = 189+159+227=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 227 (89.06% from 255 or 39.48% from 575); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD9FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FE3 is #42601C. Grayscale: #AFAFAF. Windows color (decimal): -4349981 or 14917565. OLE color: 14917565.
HSL color Cylindrical-coordinate representation of color #BD9FE3: hue angle of 266.47º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD9FE3 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 159 | 227 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.11 |
| HSL | 266.47º | 0.55% | 0.76% | - |
| HSV(B) | 266.47º | 0.3% | 0.89% | - |
| XYZ | 47.25 | 41.16 | 78.13 | - |
| YUV | 175.72 | 156.94 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 227 | 0.17 | 0.30 | 0 | 0.11 | 266.47 | 0.55 | 0.76 |
| Hex | BD | 9F | E3 | 11 | 1E | 0 | B | 10A | 37 | 4C |
| Octal | 275 | 237 | 343 | 21 | 36 | 0 | 13 | 412 | 67 | 114 |
| Binary | 10111101 | 10011111 | 11100011 | 10001 | 11110 | 0 | 1011 | 100001010 | 110111 | 1001100 |
Color Harmonies of #BD9FE3
Complementary color
Monochromatic Colors of #BD9FE3
Black with #BD9FE3
Text Example
Text Example
White with #BD9FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9FE3; }
p { color: rgb(189,159,227); }
H1.HeaderClassName
{
color: #BD9FE3;
}
.AnyTagClassName
{
color: #BD9FE3;
}
</style>
background-color css
<style>
a { background-color: #BD9FE3; }
a { background-color: rgb(189,159,227); }
div.DivClassName
{
background-color: #BD9FE3;
}
.BgClassName
{
background-color: #BD9FE3;
}
</style>
border-color css
<style>
span { border-color: #BD9FE3; }
span { border-color: rgb(189,159,227); }
td.TdClassName
{
border-color: #BD9FE3;
}
.TagClassName
{
border-color: #BD9FE3;
}
</style>