Shades of Perfume #BE98E5
Tints of Perfume #BE98E5
RGB
CMYK
RGB Variations
Color information
#BE98E5 (or 0xBE98E5) is known color: Perfume. HEX triplet: BE, 98 and E5. RGB value is (190,152,229). Sum of RGB (Red+Green+Blue) = 190+152+229=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE98E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98E5 is #41671A. Grayscale: #ABABAB. Windows color (decimal): -4286235 or 15046846. OLE color: 15046846.
HSL color Cylindrical-coordinate representation of color #BE98E5: hue angle of 269.61º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE98E5 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 152 | 229 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.10 |
| HSL | 269.61º | 0.6% | 0.75% | - |
| HSV(B) | 269.61º | 0.34% | 0.9% | - |
| XYZ | 46.61 | 39.06 | 79.21 | - |
| YUV | 172.14 | 160.09 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 229 | 0.17 | 0.34 | 0 | 0.10 | 269.61 | 0.6 | 0.75 |
| Hex | BE | 98 | E5 | 11 | 22 | 0 | A | 10E | 3C | 4B |
| Octal | 276 | 230 | 345 | 21 | 42 | 0 | 12 | 416 | 74 | 113 |
| Binary | 10111110 | 10011000 | 11100101 | 10001 | 100010 | 0 | 1010 | 100001110 | 111100 | 1001011 |
Color Harmonies of #BE98E5
Complementary color
Monochromatic Colors of #BE98E5
Black with #BE98E5
Text Example
Text Example
White with #BE98E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE98E5; }
p { color: rgb(190,152,229); }
H1.HeaderClassName
{
color: #BE98E5;
}
.AnyTagClassName
{
color: #BE98E5;
}
</style>
background-color css
<style>
a { background-color: #BE98E5; }
a { background-color: rgb(190,152,229); }
div.DivClassName
{
background-color: #BE98E5;
}
.BgClassName
{
background-color: #BE98E5;
}
</style>
border-color css
<style>
span { border-color: #BE98E5; }
span { border-color: rgb(190,152,229); }
td.TdClassName
{
border-color: #BE98E5;
}
.TagClassName
{
border-color: #BE98E5;
}
</style>