Shades of Perfume #BE9EDC
Tints of Perfume #BE9EDC
RGB
CMYK
RGB Variations
Color information
#BE9EDC (or 0xBE9EDC) is known color: Perfume. HEX triplet: BE, 9E and DC. RGB value is (190,158,220). Sum of RGB (Red+Green+Blue) = 190+158+220=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE9EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9EDC is #416123. Grayscale: #AEAEAE. Windows color (decimal): -4284708 or 14458558. OLE color: 14458558.
HSL color Cylindrical-coordinate representation of color #BE9EDC: hue angle of 270.97º degrees, saturation: 0.47, 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 #BE9EDC is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 158 | 220 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.14 |
| HSL | 270.97º | 0.47% | 0.74% | - |
| HSV(B) | 270.97º | 0.28% | 0.86% | - |
| XYZ | 46.38 | 40.57 | 73.1 | - |
| YUV | 174.64 | 153.6 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 220 | 0.14 | 0.28 | 0 | 0.14 | 270.97 | 0.47 | 0.74 |
| Hex | BE | 9E | DC | E | 1C | 0 | E | 10F | 2F | 4A |
| Octal | 276 | 236 | 334 | 16 | 34 | 0 | 16 | 417 | 57 | 112 |
| Binary | 10111110 | 10011110 | 11011100 | 1110 | 11100 | 0 | 1110 | 100001111 | 101111 | 1001010 |
Color Harmonies of #BE9EDC
Complementary color
Monochromatic Colors of #BE9EDC
Black with #BE9EDC
Text Example
Text Example
White with #BE9EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9EDC; }
p { color: rgb(190,158,220); }
H1.HeaderClassName
{
color: #BE9EDC;
}
.AnyTagClassName
{
color: #BE9EDC;
}
</style>
background-color css
<style>
a { background-color: #BE9EDC; }
a { background-color: rgb(190,158,220); }
div.DivClassName
{
background-color: #BE9EDC;
}
.BgClassName
{
background-color: #BE9EDC;
}
</style>
border-color css
<style>
span { border-color: #BE9EDC; }
span { border-color: rgb(190,158,220); }
td.TdClassName
{
border-color: #BE9EDC;
}
.TagClassName
{
border-color: #BE9EDC;
}
</style>