Shades of Perfume #BE98EF
Tints of Perfume #BE98EF
RGB
CMYK
RGB Variations
Color information
#BE98EF (or 0xBE98EF) is known color: Perfume. HEX triplet: BE, 98 and EF. RGB value is (190,152,239). Sum of RGB (Red+Green+Blue) = 190+152+239=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE98EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE98EF is #416710. Grayscale: #ACACAC. Windows color (decimal): -4286225 or 15702206. OLE color: 15702206.
HSL color Cylindrical-coordinate representation of color #BE98EF: hue angle of 266.21º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE98EF is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 152 | 239 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.06 |
| HSL | 266.21º | 0.73% | 0.77% | - |
| HSV(B) | 266.21º | 0.36% | 0.94% | - |
| XYZ | 48.04 | 39.64 | 86.78 | - |
| YUV | 173.28 | 165.09 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 239 | 0.21 | 0.36 | 0 | 0.06 | 266.21 | 0.73 | 0.77 |
| Hex | BE | 98 | EF | 15 | 24 | 0 | 6 | 10A | 49 | 4D |
| Octal | 276 | 230 | 357 | 25 | 44 | 0 | 6 | 412 | 111 | 115 |
| Binary | 10111110 | 10011000 | 11101111 | 10101 | 100100 | 0 | 110 | 100001010 | 1001001 | 1001101 |
Color Harmonies of #BE98EF
Complementary color
Monochromatic Colors of #BE98EF
Black with #BE98EF
Text Example
Text Example
White with #BE98EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE98EF; }
p { color: rgb(190,152,239); }
H1.HeaderClassName
{
color: #BE98EF;
}
.AnyTagClassName
{
color: #BE98EF;
}
</style>
background-color css
<style>
a { background-color: #BE98EF; }
a { background-color: rgb(190,152,239); }
div.DivClassName
{
background-color: #BE98EF;
}
.BgClassName
{
background-color: #BE98EF;
}
</style>
border-color css
<style>
span { border-color: #BE98EF; }
span { border-color: rgb(190,152,239); }
td.TdClassName
{
border-color: #BE98EF;
}
.TagClassName
{
border-color: #BE98EF;
}
</style>