Shades of Perfume #BE9EDD
Tints of Perfume #BE9EDD
RGB
CMYK
RGB Variations
Color information
#BE9EDD (or 0xBE9EDD) is known color: Perfume. HEX triplet: BE, 9E and DD. RGB value is (190,158,221). Sum of RGB (Red+Green+Blue) = 190+158+221=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9EDD is #416122. Grayscale: #AEAEAE. Windows color (decimal): -4284707 or 14524094. OLE color: 14524094.
HSL color Cylindrical-coordinate representation of color #BE9EDD: hue angle of 270.48º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE9EDD is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 158 | 221 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.13 |
| HSL | 270.48º | 0.48% | 0.74% | - |
| HSV(B) | 270.48º | 0.29% | 0.87% | - |
| XYZ | 46.51 | 40.62 | 73.8 | - |
| YUV | 174.75 | 154.1 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 221 | 0.14 | 0.29 | 0 | 0.13 | 270.48 | 0.48 | 0.74 |
| Hex | BE | 9E | DD | E | 1D | 0 | D | 10E | 30 | 4A |
| Octal | 276 | 236 | 335 | 16 | 35 | 0 | 15 | 416 | 60 | 112 |
| Binary | 10111110 | 10011110 | 11011101 | 1110 | 11101 | 0 | 1101 | 100001110 | 110000 | 1001010 |
Color Harmonies of #BE9EDD
Complementary color
Monochromatic Colors of #BE9EDD
Black with #BE9EDD
Text Example
Text Example
White with #BE9EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9EDD; }
p { color: rgb(190,158,221); }
H1.HeaderClassName
{
color: #BE9EDD;
}
.AnyTagClassName
{
color: #BE9EDD;
}
</style>
background-color css
<style>
a { background-color: #BE9EDD; }
a { background-color: rgb(190,158,221); }
div.DivClassName
{
background-color: #BE9EDD;
}
.BgClassName
{
background-color: #BE9EDD;
}
</style>
border-color css
<style>
span { border-color: #BE9EDD; }
span { border-color: rgb(190,158,221); }
td.TdClassName
{
border-color: #BE9EDD;
}
.TagClassName
{
border-color: #BE9EDD;
}
</style>