Shades of Perfume #BD9DE3
Tints of Perfume #BD9DE3
RGB
CMYK
RGB Variations
Color information
#BD9DE3 (or 0xBD9DE3) is known color: Perfume. HEX triplet: BD, 9D and E3. RGB value is (189,157,227). Sum of RGB (Red+Green+Blue) = 189+157+227=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD9DE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DE3 is #42621C. Grayscale: #AEAEAE. Windows color (decimal): -4350493 or 14917053. OLE color: 14917053.
HSL color Cylindrical-coordinate representation of color #BD9DE3: hue angle of 267.43º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD9DE3 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 157 | 227 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.11 |
| HSL | 267.43º | 0.56% | 0.75% | - |
| HSV(B) | 267.43º | 0.31% | 0.89% | - |
| XYZ | 46.91 | 40.48 | 78.01 | - |
| YUV | 174.55 | 157.6 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 227 | 0.17 | 0.31 | 0 | 0.11 | 267.43 | 0.56 | 0.75 |
| Hex | BD | 9D | E3 | 11 | 1F | 0 | B | 10B | 38 | 4B |
| Octal | 275 | 235 | 343 | 21 | 37 | 0 | 13 | 413 | 70 | 113 |
| Binary | 10111101 | 10011101 | 11100011 | 10001 | 11111 | 0 | 1011 | 100001011 | 111000 | 1001011 |
Color Harmonies of #BD9DE3
Complementary color
Monochromatic Colors of #BD9DE3
Black with #BD9DE3
Text Example
Text Example
White with #BD9DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9DE3; }
p { color: rgb(189,157,227); }
H1.HeaderClassName
{
color: #BD9DE3;
}
.AnyTagClassName
{
color: #BD9DE3;
}
</style>
background-color css
<style>
a { background-color: #BD9DE3; }
a { background-color: rgb(189,157,227); }
div.DivClassName
{
background-color: #BD9DE3;
}
.BgClassName
{
background-color: #BD9DE3;
}
</style>
border-color css
<style>
span { border-color: #BD9DE3; }
span { border-color: rgb(189,157,227); }
td.TdClassName
{
border-color: #BD9DE3;
}
.TagClassName
{
border-color: #BD9DE3;
}
</style>