Shades of Perfume #BE9DDB
Tints of Perfume #BE9DDB
RGB
CMYK
RGB Variations
Color information
#BE9DDB (or 0xBE9DDB) is known color: Perfume. HEX triplet: BE, 9D and DB. RGB value is (190,157,219). Sum of RGB (Red+Green+Blue) = 190+157+219=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9DDB is #416224. Grayscale: #ADADAD. Windows color (decimal): -4284965 or 14392766. OLE color: 14392766.
HSL color Cylindrical-coordinate representation of color #BE9DDB: hue angle of 271.94º 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 #BE9DDB is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 157 | 219 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.14 |
| HSL | 271.94º | 0.46% | 0.74% | - |
| HSV(B) | 271.94º | 0.28% | 0.86% | - |
| XYZ | 46.08 | 40.18 | 72.34 | - |
| YUV | 173.94 | 153.43 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 157 | 219 | 0.13 | 0.28 | 0 | 0.14 | 271.94 | 0.46 | 0.74 |
| Hex | BE | 9D | DB | D | 1C | 0 | E | 110 | 2E | 4A |
| Octal | 276 | 235 | 333 | 15 | 34 | 0 | 16 | 420 | 56 | 112 |
| Binary | 10111110 | 10011101 | 11011011 | 1101 | 11100 | 0 | 1110 | 100010000 | 101110 | 1001010 |
Color Harmonies of #BE9DDB
Complementary color
Monochromatic Colors of #BE9DDB
Black with #BE9DDB
Text Example
Text Example
White with #BE9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9DDB; }
p { color: rgb(190,157,219); }
H1.HeaderClassName
{
color: #BE9DDB;
}
.AnyTagClassName
{
color: #BE9DDB;
}
</style>
background-color css
<style>
a { background-color: #BE9DDB; }
a { background-color: rgb(190,157,219); }
div.DivClassName
{
background-color: #BE9DDB;
}
.BgClassName
{
background-color: #BE9DDB;
}
</style>
border-color css
<style>
span { border-color: #BE9DDB; }
span { border-color: rgb(190,157,219); }
td.TdClassName
{
border-color: #BE9DDB;
}
.TagClassName
{
border-color: #BE9DDB;
}
</style>