Shades of Perfume #BE9EDB
Tints of Perfume #BE9EDB
RGB
CMYK
RGB Variations
Color information
#BE9EDB (or 0xBE9EDB) is known color: Perfume. HEX triplet: BE, 9E and DB. RGB value is (190,158,219). Sum of RGB (Red+Green+Blue) = 190+158+219=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9EDB is #416124. Grayscale: #AEAEAE. Windows color (decimal): -4284709 or 14393022. OLE color: 14393022.
HSL color Cylindrical-coordinate representation of color #BE9EDB: hue angle of 271.48º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE9EDB is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 158 | 219 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.14 |
| HSL | 271.48º | 0.46% | 0.74% | - |
| HSV(B) | 271.48º | 0.28% | 0.86% | - |
| XYZ | 46.25 | 40.52 | 72.4 | - |
| YUV | 174.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 219 | 0.13 | 0.28 | 0 | 0.14 | 271.48 | 0.46 | 0.74 |
| Hex | BE | 9E | DB | D | 1C | 0 | E | 10F | 2E | 4A |
| Octal | 276 | 236 | 333 | 15 | 34 | 0 | 16 | 417 | 56 | 112 |
| Binary | 10111110 | 10011110 | 11011011 | 1101 | 11100 | 0 | 1110 | 100001111 | 101110 | 1001010 |
Color Harmonies of #BE9EDB
Complementary color
Monochromatic Colors of #BE9EDB
Black with #BE9EDB
Text Example
Text Example
White with #BE9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9EDB; }
p { color: rgb(190,158,219); }
H1.HeaderClassName
{
color: #BE9EDB;
}
.AnyTagClassName
{
color: #BE9EDB;
}
</style>
background-color css
<style>
a { background-color: #BE9EDB; }
a { background-color: rgb(190,158,219); }
div.DivClassName
{
background-color: #BE9EDB;
}
.BgClassName
{
background-color: #BE9EDB;
}
</style>
border-color css
<style>
span { border-color: #BE9EDB; }
span { border-color: rgb(190,158,219); }
td.TdClassName
{
border-color: #BE9EDB;
}
.TagClassName
{
border-color: #BE9EDB;
}
</style>