Shades of Perfume #BE99E5
Tints of Perfume #BE99E5
RGB
CMYK
RGB Variations
Color information
#BE99E5 (or 0xBE99E5) is known color: Perfume. HEX triplet: BE, 99 and E5. RGB value is (190,153,229). Sum of RGB (Red+Green+Blue) = 190+153+229=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE99E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99E5 is #41661A. Grayscale: #ACACAC. Windows color (decimal): -4285979 or 15047102. OLE color: 15047102.
HSL color Cylindrical-coordinate representation of color #BE99E5: hue angle of 269.21º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE99E5 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 153 | 229 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.10 |
| HSL | 269.21º | 0.59% | 0.75% | - |
| HSV(B) | 269.21º | 0.33% | 0.9% | - |
| XYZ | 46.77 | 39.39 | 79.27 | - |
| YUV | 172.73 | 159.76 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 229 | 0.17 | 0.33 | 0 | 0.10 | 269.21 | 0.59 | 0.75 |
| Hex | BE | 99 | E5 | 11 | 21 | 0 | A | 10D | 3B | 4B |
| Octal | 276 | 231 | 345 | 21 | 41 | 0 | 12 | 415 | 73 | 113 |
| Binary | 10111110 | 10011001 | 11100101 | 10001 | 100001 | 0 | 1010 | 100001101 | 111011 | 1001011 |
Color Harmonies of #BE99E5
Complementary color
Monochromatic Colors of #BE99E5
Black with #BE99E5
Text Example
Text Example
White with #BE99E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE99E5; }
p { color: rgb(190,153,229); }
H1.HeaderClassName
{
color: #BE99E5;
}
.AnyTagClassName
{
color: #BE99E5;
}
</style>
background-color css
<style>
a { background-color: #BE99E5; }
a { background-color: rgb(190,153,229); }
div.DivClassName
{
background-color: #BE99E5;
}
.BgClassName
{
background-color: #BE99E5;
}
</style>
border-color css
<style>
span { border-color: #BE99E5; }
span { border-color: rgb(190,153,229); }
td.TdClassName
{
border-color: #BE99E5;
}
.TagClassName
{
border-color: #BE99E5;
}
</style>