Shades of Perfume #BD9DEA
Tints of Perfume #BD9DEA
RGB
CMYK
RGB Variations
Color information
#BD9DEA (or 0xBD9DEA) is known color: Perfume. HEX triplet: BD, 9D and EA. RGB value is (189,157,234). Sum of RGB (Red+Green+Blue) = 189+157+234=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD9DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9DEA is #426215. Grayscale: #AFAFAF. Windows color (decimal): -4350486 or 15375805. OLE color: 15375805.
HSL color Cylindrical-coordinate representation of color #BD9DEA: hue angle of 264.94º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD9DEA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 157 | 234 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.08 |
| HSL | 264.94º | 0.65% | 0.77% | - |
| HSV(B) | 264.94º | 0.33% | 0.92% | - |
| XYZ | 47.89 | 40.87 | 83.21 | - |
| YUV | 175.35 | 161.1 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 234 | 0.19 | 0.33 | 0 | 0.08 | 264.94 | 0.65 | 0.77 |
| Hex | BD | 9D | EA | 13 | 21 | 0 | 8 | 109 | 41 | 4D |
| Octal | 275 | 235 | 352 | 23 | 41 | 0 | 10 | 411 | 101 | 115 |
| Binary | 10111101 | 10011101 | 11101010 | 10011 | 100001 | 0 | 1000 | 100001001 | 1000001 | 1001101 |
Color Harmonies of #BD9DEA
Complementary color
Monochromatic Colors of #BD9DEA
Black with #BD9DEA
Text Example
Text Example
White with #BD9DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9DEA; }
p { color: rgb(189,157,234); }
H1.HeaderClassName
{
color: #BD9DEA;
}
.AnyTagClassName
{
color: #BD9DEA;
}
</style>
background-color css
<style>
a { background-color: #BD9DEA; }
a { background-color: rgb(189,157,234); }
div.DivClassName
{
background-color: #BD9DEA;
}
.BgClassName
{
background-color: #BD9DEA;
}
</style>
border-color css
<style>
span { border-color: #BD9DEA; }
span { border-color: rgb(189,157,234); }
td.TdClassName
{
border-color: #BD9DEA;
}
.TagClassName
{
border-color: #BD9DEA;
}
</style>