Shades of Perfume #BE99E0
Tints of Perfume #BE99E0
RGB
CMYK
RGB Variations
Color information
#BE99E0 (or 0xBE99E0) is known color: Perfume. HEX triplet: BE, 99 and E0. RGB value is (190,153,224). Sum of RGB (Red+Green+Blue) = 190+153+224=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE99E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99E0 is #41661F. Grayscale: #ABABAB. Windows color (decimal): -4285984 or 14719422. OLE color: 14719422.
HSL color Cylindrical-coordinate representation of color #BE99E0: hue angle of 271.27º degrees, saturation: 0.53, 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 #BE99E0 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 153 | 224 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.12 |
| HSL | 271.27º | 0.53% | 0.74% | - |
| HSV(B) | 271.27º | 0.32% | 0.88% | - |
| XYZ | 46.08 | 39.11 | 75.64 | - |
| YUV | 172.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 224 | 0.15 | 0.32 | 0 | 0.12 | 271.27 | 0.53 | 0.74 |
| Hex | BE | 99 | E0 | F | 20 | 0 | C | 10F | 35 | 4A |
| Octal | 276 | 231 | 340 | 17 | 40 | 0 | 14 | 417 | 65 | 112 |
| Binary | 10111110 | 10011001 | 11100000 | 1111 | 100000 | 0 | 1100 | 100001111 | 110101 | 1001010 |
Color Harmonies of #BE99E0
Complementary color
Monochromatic Colors of #BE99E0
Black with #BE99E0
Text Example
Text Example
White with #BE99E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE99E0; }
p { color: rgb(190,153,224); }
H1.HeaderClassName
{
color: #BE99E0;
}
.AnyTagClassName
{
color: #BE99E0;
}
</style>
background-color css
<style>
a { background-color: #BE99E0; }
a { background-color: rgb(190,153,224); }
div.DivClassName
{
background-color: #BE99E0;
}
.BgClassName
{
background-color: #BE99E0;
}
</style>
border-color css
<style>
span { border-color: #BE99E0; }
span { border-color: rgb(190,153,224); }
td.TdClassName
{
border-color: #BE99E0;
}
.TagClassName
{
border-color: #BE99E0;
}
</style>