Shades of Perfume #BE98EC
Tints of Perfume #BE98EC
RGB
CMYK
RGB Variations
Color information
#BE98EC (or 0xBE98EC) is known color: Perfume. HEX triplet: BE, 98 and EC. RGB value is (190,152,236). Sum of RGB (Red+Green+Blue) = 190+152+236=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE98EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE98EC is #416713. Grayscale: #ACACAC. Windows color (decimal): -4286228 or 15505598. OLE color: 15505598.
HSL color Cylindrical-coordinate representation of color #BE98EC: hue angle of 267.14º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE98EC is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 152 | 236 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.07 |
| HSL | 267.14º | 0.69% | 0.76% | - |
| HSV(B) | 267.14º | 0.36% | 0.93% | - |
| XYZ | 47.6 | 39.46 | 84.46 | - |
| YUV | 172.94 | 163.59 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 236 | 0.19 | 0.36 | 0 | 0.07 | 267.14 | 0.69 | 0.76 |
| Hex | BE | 98 | EC | 13 | 24 | 0 | 7 | 10B | 45 | 4C |
| Octal | 276 | 230 | 354 | 23 | 44 | 0 | 7 | 413 | 105 | 114 |
| Binary | 10111110 | 10011000 | 11101100 | 10011 | 100100 | 0 | 111 | 100001011 | 1000101 | 1001100 |
Color Harmonies of #BE98EC
Complementary color
Monochromatic Colors of #BE98EC
Black with #BE98EC
Text Example
Text Example
White with #BE98EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE98EC; }
p { color: rgb(190,152,236); }
H1.HeaderClassName
{
color: #BE98EC;
}
.AnyTagClassName
{
color: #BE98EC;
}
</style>
background-color css
<style>
a { background-color: #BE98EC; }
a { background-color: rgb(190,152,236); }
div.DivClassName
{
background-color: #BE98EC;
}
.BgClassName
{
background-color: #BE98EC;
}
</style>
border-color css
<style>
span { border-color: #BE98EC; }
span { border-color: rgb(190,152,236); }
td.TdClassName
{
border-color: #BE98EC;
}
.TagClassName
{
border-color: #BE98EC;
}
</style>