Shades of Perfume #BE99E1
Tints of Perfume #BE99E1
RGB
CMYK
RGB Variations
Color information
#BE99E1 (or 0xBE99E1) is known color: Perfume. HEX triplet: BE, 99 and E1. RGB value is (190,153,225). Sum of RGB (Red+Green+Blue) = 190+153+225=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE99E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99E1 is #41661E. Grayscale: #ACACAC. Windows color (decimal): -4285983 or 14784958. OLE color: 14784958.
HSL color Cylindrical-coordinate representation of color #BE99E1: hue angle of 270.83º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE99E1 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 153 | 225 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.12 |
| HSL | 270.83º | 0.55% | 0.74% | - |
| HSV(B) | 270.83º | 0.32% | 0.88% | - |
| XYZ | 46.22 | 39.17 | 76.36 | - |
| YUV | 172.27 | 157.76 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 225 | 0.16 | 0.32 | 0 | 0.12 | 270.83 | 0.55 | 0.74 |
| Hex | BE | 99 | E1 | 10 | 20 | 0 | C | 10F | 37 | 4A |
| Octal | 276 | 231 | 341 | 20 | 40 | 0 | 14 | 417 | 67 | 112 |
| Binary | 10111110 | 10011001 | 11100001 | 10000 | 100000 | 0 | 1100 | 100001111 | 110111 | 1001010 |
Color Harmonies of #BE99E1
Complementary color
Monochromatic Colors of #BE99E1
Black with #BE99E1
Text Example
Text Example
White with #BE99E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE99E1; }
p { color: rgb(190,153,225); }
H1.HeaderClassName
{
color: #BE99E1;
}
.AnyTagClassName
{
color: #BE99E1;
}
</style>
background-color css
<style>
a { background-color: #BE99E1; }
a { background-color: rgb(190,153,225); }
div.DivClassName
{
background-color: #BE99E1;
}
.BgClassName
{
background-color: #BE99E1;
}
</style>
border-color css
<style>
span { border-color: #BE99E1; }
span { border-color: rgb(190,153,225); }
td.TdClassName
{
border-color: #BE99E1;
}
.TagClassName
{
border-color: #BE99E1;
}
</style>