Shades of Perfume #BE96EF
Tints of Perfume #BE96EF
RGB
CMYK
RGB Variations
Color information
#BE96EF (or 0xBE96EF) is known color: Perfume. HEX triplet: BE, 96 and EF. RGB value is (190,150,239). Sum of RGB (Red+Green+Blue) = 190+150+239=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE96EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE96EF is #416910. Grayscale: #ABABAB. Windows color (decimal): -4286737 or 15701694. OLE color: 15701694.
HSL color Cylindrical-coordinate representation of color #BE96EF: hue angle of 266.97º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE96EF is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 150 | 239 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.06 |
| HSL | 266.97º | 0.74% | 0.76% | - |
| HSV(B) | 266.97º | 0.37% | 0.94% | - |
| XYZ | 47.72 | 38.99 | 86.67 | - |
| YUV | 172.11 | 165.75 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 239 | 0.21 | 0.37 | 0 | 0.06 | 266.97 | 0.74 | 0.76 |
| Hex | BE | 96 | EF | 15 | 25 | 0 | 6 | 10B | 4A | 4C |
| Octal | 276 | 226 | 357 | 25 | 45 | 0 | 6 | 413 | 112 | 114 |
| Binary | 10111110 | 10010110 | 11101111 | 10101 | 100101 | 0 | 110 | 100001011 | 1001010 | 1001100 |
Color Harmonies of #BE96EF
Complementary color
Monochromatic Colors of #BE96EF
Black with #BE96EF
Text Example
Text Example
White with #BE96EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE96EF; }
p { color: rgb(190,150,239); }
H1.HeaderClassName
{
color: #BE96EF;
}
.AnyTagClassName
{
color: #BE96EF;
}
</style>
background-color css
<style>
a { background-color: #BE96EF; }
a { background-color: rgb(190,150,239); }
div.DivClassName
{
background-color: #BE96EF;
}
.BgClassName
{
background-color: #BE96EF;
}
</style>
border-color css
<style>
span { border-color: #BE96EF; }
span { border-color: rgb(190,150,239); }
td.TdClassName
{
border-color: #BE96EF;
}
.TagClassName
{
border-color: #BE96EF;
}
</style>