Shades of Perfume #BE96E8
Tints of Perfume #BE96E8
RGB
CMYK
RGB Variations
Color information
#BE96E8 (or 0xBE96E8) is known color: Perfume. HEX triplet: BE, 96 and E8. RGB value is (190,150,232). Sum of RGB (Red+Green+Blue) = 190+150+232=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 232 (91.02% from 255 or 40.56% from 572); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE96E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE96E8 is #416917. Grayscale: #ABABAB. Windows color (decimal): -4286744 or 15242942. OLE color: 15242942.
HSL color Cylindrical-coordinate representation of color #BE96E8: hue angle of 269.27º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE96E8 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 150 | 232 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.09 |
| HSL | 269.27º | 0.64% | 0.75% | - |
| HSV(B) | 269.27º | 0.35% | 0.91% | - |
| XYZ | 46.71 | 38.59 | 81.33 | - |
| YUV | 171.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 232 | 0.18 | 0.35 | 0 | 0.09 | 269.27 | 0.64 | 0.75 |
| Hex | BE | 96 | E8 | 12 | 23 | 0 | 9 | 10D | 40 | 4B |
| Octal | 276 | 226 | 350 | 22 | 43 | 0 | 11 | 415 | 100 | 113 |
| Binary | 10111110 | 10010110 | 11101000 | 10010 | 100011 | 0 | 1001 | 100001101 | 1000000 | 1001011 |
Color Harmonies of #BE96E8
Complementary color
Monochromatic Colors of #BE96E8
Black with #BE96E8
Text Example
Text Example
White with #BE96E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE96E8; }
p { color: rgb(190,150,232); }
H1.HeaderClassName
{
color: #BE96E8;
}
.AnyTagClassName
{
color: #BE96E8;
}
</style>
background-color css
<style>
a { background-color: #BE96E8; }
a { background-color: rgb(190,150,232); }
div.DivClassName
{
background-color: #BE96E8;
}
.BgClassName
{
background-color: #BE96E8;
}
</style>
border-color css
<style>
span { border-color: #BE96E8; }
span { border-color: rgb(190,150,232); }
td.TdClassName
{
border-color: #BE96E8;
}
.TagClassName
{
border-color: #BE96E8;
}
</style>