Shades of Perfume #BE9EEA
Tints of Perfume #BE9EEA
RGB
CMYK
RGB Variations
Color information
#BE9EEA (or 0xBE9EEA) is known color: Perfume. HEX triplet: BE, 9E and EA. RGB value is (190,158,234). Sum of RGB (Red+Green+Blue) = 190+158+234=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE9EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9EEA is #416115. Grayscale: #AFAFAF. Windows color (decimal): -4284694 or 15376062. OLE color: 15376062.
HSL color Cylindrical-coordinate representation of color #BE9EEA: hue angle of 265.26º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE9EEA is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 158 | 234 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.08 |
| HSL | 265.26º | 0.64% | 0.77% | - |
| HSV(B) | 265.26º | 0.32% | 0.92% | - |
| XYZ | 48.31 | 41.34 | 83.28 | - |
| YUV | 176.23 | 160.6 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 234 | 0.19 | 0.32 | 0 | 0.08 | 265.26 | 0.64 | 0.77 |
| Hex | BE | 9E | EA | 13 | 20 | 0 | 8 | 109 | 40 | 4D |
| Octal | 276 | 236 | 352 | 23 | 40 | 0 | 10 | 411 | 100 | 115 |
| Binary | 10111110 | 10011110 | 11101010 | 10011 | 100000 | 0 | 1000 | 100001001 | 1000000 | 1001101 |
Color Harmonies of #BE9EEA
Complementary color
Monochromatic Colors of #BE9EEA
Black with #BE9EEA
Text Example
Text Example
White with #BE9EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9EEA; }
p { color: rgb(190,158,234); }
H1.HeaderClassName
{
color: #BE9EEA;
}
.AnyTagClassName
{
color: #BE9EEA;
}
</style>
background-color css
<style>
a { background-color: #BE9EEA; }
a { background-color: rgb(190,158,234); }
div.DivClassName
{
background-color: #BE9EEA;
}
.BgClassName
{
background-color: #BE9EEA;
}
</style>
border-color css
<style>
span { border-color: #BE9EEA; }
span { border-color: rgb(190,158,234); }
td.TdClassName
{
border-color: #BE9EEA;
}
.TagClassName
{
border-color: #BE9EEA;
}
</style>