Shades of Perfume #BE98F3
Tints of Perfume #BE98F3
RGB
CMYK
RGB Variations
Color information
#BE98F3 (or 0xBE98F3) is known color: Perfume. HEX triplet: BE, 98 and F3. RGB value is (190,152,243). Sum of RGB (Red+Green+Blue) = 190+152+243=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #BE98F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE98F3 is #41670C. Grayscale: #ADADAD. Windows color (decimal): -4286221 or 15964350. OLE color: 15964350.
HSL color Cylindrical-coordinate representation of color #BE98F3: hue angle of 265.05º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE98F3 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 152 | 243 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.05 |
| HSL | 265.06º | 0.79% | 0.77% | - |
| HSV(B) | 265.06º | 0.37% | 0.95% | - |
| XYZ | 48.64 | 39.87 | 89.93 | - |
| YUV | 173.74 | 167.09 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 243 | 0.22 | 0.37 | 0 | 0.05 | 265.06 | 0.79 | 0.77 |
| Hex | BE | 98 | F3 | 16 | 25 | 0 | 5 | 109 | 4F | 4D |
| Octal | 276 | 230 | 363 | 26 | 45 | 0 | 5 | 411 | 117 | 115 |
| Binary | 10111110 | 10011000 | 11110011 | 10110 | 100101 | 0 | 101 | 100001001 | 1001111 | 1001101 |
Color Harmonies of #BE98F3
Complementary color
Monochromatic Colors of #BE98F3
Black with #BE98F3
Text Example
Text Example
White with #BE98F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE98F3; }
p { color: rgb(190,152,243); }
H1.HeaderClassName
{
color: #BE98F3;
}
.AnyTagClassName
{
color: #BE98F3;
}
</style>
background-color css
<style>
a { background-color: #BE98F3; }
a { background-color: rgb(190,152,243); }
div.DivClassName
{
background-color: #BE98F3;
}
.BgClassName
{
background-color: #BE98F3;
}
</style>
border-color css
<style>
span { border-color: #BE98F3; }
span { border-color: rgb(190,152,243); }
td.TdClassName
{
border-color: #BE98F3;
}
.TagClassName
{
border-color: #BE98F3;
}
</style>