Shades of Perfume #BE96E4
Tints of Perfume #BE96E4
RGB
CMYK
RGB Variations
Color information
#BE96E4 (or 0xBE96E4) is known color: Perfume. HEX triplet: BE, 96 and E4. RGB value is (190,150,228). Sum of RGB (Red+Green+Blue) = 190+150+228=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 228 - color contains mainly: blue. Hex color #BE96E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96E4 is #41691B. Grayscale: #AAAAAA. Windows color (decimal): -4286748 or 14980798. OLE color: 14980798.
HSL color Cylindrical-coordinate representation of color #BE96E4: hue angle of 270.77º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE96E4 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 150 | 228 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.11 |
| HSL | 270.77º | 0.59% | 0.74% | - |
| HSV(B) | 270.77º | 0.34% | 0.89% | - |
| XYZ | 46.15 | 38.36 | 78.37 | - |
| YUV | 170.85 | 160.25 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 228 | 0.17 | 0.34 | 0 | 0.11 | 270.77 | 0.59 | 0.74 |
| Hex | BE | 96 | E4 | 11 | 22 | 0 | B | 10F | 3B | 4A |
| Octal | 276 | 226 | 344 | 21 | 42 | 0 | 13 | 417 | 73 | 112 |
| Binary | 10111110 | 10010110 | 11100100 | 10001 | 100010 | 0 | 1011 | 100001111 | 111011 | 1001010 |
Color Harmonies of #BE96E4
Complementary color
Monochromatic Colors of #BE96E4
Black with #BE96E4
Text Example
Text Example
White with #BE96E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE96E4; }
p { color: rgb(190,150,228); }
H1.HeaderClassName
{
color: #BE96E4;
}
.AnyTagClassName
{
color: #BE96E4;
}
</style>
background-color css
<style>
a { background-color: #BE96E4; }
a { background-color: rgb(190,150,228); }
div.DivClassName
{
background-color: #BE96E4;
}
.BgClassName
{
background-color: #BE96E4;
}
</style>
border-color css
<style>
span { border-color: #BE96E4; }
span { border-color: rgb(190,150,228); }
td.TdClassName
{
border-color: #BE96E4;
}
.TagClassName
{
border-color: #BE96E4;
}
</style>