Shades of Perfume #BE99E6
Tints of Perfume #BE99E6
RGB
CMYK
RGB Variations
Color information
#BE99E6 (or 0xBE99E6) is known color: Perfume. HEX triplet: BE, 99 and E6. RGB value is (190,153,230). Sum of RGB (Red+Green+Blue) = 190+153+230=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE99E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE99E6 is #416619. Grayscale: #ACACAC. Windows color (decimal): -4285978 or 15112638. OLE color: 15112638.
HSL color Cylindrical-coordinate representation of color #BE99E6: hue angle of 268.83º degrees, saturation: 0.61, 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 #BE99E6 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 153 | 230 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.10 |
| HSL | 268.83º | 0.61% | 0.75% | - |
| HSV(B) | 268.83º | 0.33% | 0.9% | - |
| XYZ | 46.91 | 39.44 | 80 | - |
| YUV | 172.84 | 160.26 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 230 | 0.17 | 0.33 | 0 | 0.10 | 268.83 | 0.61 | 0.75 |
| Hex | BE | 99 | E6 | 11 | 21 | 0 | A | 10D | 3D | 4B |
| Octal | 276 | 231 | 346 | 21 | 41 | 0 | 12 | 415 | 75 | 113 |
| Binary | 10111110 | 10011001 | 11100110 | 10001 | 100001 | 0 | 1010 | 100001101 | 111101 | 1001011 |
Color Harmonies of #BE99E6
Complementary color
Monochromatic Colors of #BE99E6
Black with #BE99E6
Text Example
Text Example
White with #BE99E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE99E6; }
p { color: rgb(190,153,230); }
H1.HeaderClassName
{
color: #BE99E6;
}
.AnyTagClassName
{
color: #BE99E6;
}
</style>
background-color css
<style>
a { background-color: #BE99E6; }
a { background-color: rgb(190,153,230); }
div.DivClassName
{
background-color: #BE99E6;
}
.BgClassName
{
background-color: #BE99E6;
}
</style>
border-color css
<style>
span { border-color: #BE99E6; }
span { border-color: rgb(190,153,230); }
td.TdClassName
{
border-color: #BE99E6;
}
.TagClassName
{
border-color: #BE99E6;
}
</style>