Shades of Perfume #BE9DF2
Tints of Perfume #BE9DF2
RGB
CMYK
RGB Variations
Color information
#BE9DF2 (or 0xBE9DF2) is known color: Perfume. HEX triplet: BE, 9D and F2. RGB value is (190,157,242). Sum of RGB (Red+Green+Blue) = 190+157+242=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE9DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9DF2 is #41620D. Grayscale: #B0B0B0. Windows color (decimal): -4284942 or 15900094. OLE color: 15900094.
HSL color Cylindrical-coordinate representation of color #BE9DF2: hue angle of 263.29º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE9DF2 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 157 | 242 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.05 |
| HSL | 263.29º | 0.77% | 0.78% | - |
| HSV(B) | 263.29º | 0.35% | 0.95% | - |
| XYZ | 49.32 | 41.47 | 89.41 | - |
| YUV | 176.56 | 164.93 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 157 | 242 | 0.21 | 0.35 | 0 | 0.05 | 263.29 | 0.77 | 0.78 |
| Hex | BE | 9D | F2 | 15 | 23 | 0 | 5 | 107 | 4D | 4E |
| Octal | 276 | 235 | 362 | 25 | 43 | 0 | 5 | 407 | 115 | 116 |
| Binary | 10111110 | 10011101 | 11110010 | 10101 | 100011 | 0 | 101 | 100000111 | 1001101 | 1001110 |
Color Harmonies of #BE9DF2
Complementary color
Monochromatic Colors of #BE9DF2
Black with #BE9DF2
Text Example
Text Example
White with #BE9DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9DF2; }
p { color: rgb(190,157,242); }
H1.HeaderClassName
{
color: #BE9DF2;
}
.AnyTagClassName
{
color: #BE9DF2;
}
</style>
background-color css
<style>
a { background-color: #BE9DF2; }
a { background-color: rgb(190,157,242); }
div.DivClassName
{
background-color: #BE9DF2;
}
.BgClassName
{
background-color: #BE9DF2;
}
</style>
border-color css
<style>
span { border-color: #BE9DF2; }
span { border-color: rgb(190,157,242); }
td.TdClassName
{
border-color: #BE9DF2;
}
.TagClassName
{
border-color: #BE9DF2;
}
</style>