Shades of Perfume #BE9CE0
Tints of Perfume #BE9CE0
RGB
CMYK
RGB Variations
Color information
#BE9CE0 (or 0xBE9CE0) is known color: Perfume. HEX triplet: BE, 9C and E0. RGB value is (190,156,224). Sum of RGB (Red+Green+Blue) = 190+156+224=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE9CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9CE0 is #41631F. Grayscale: #ADADAD. Windows color (decimal): -4285216 or 14720190. OLE color: 14720190.
HSL color Cylindrical-coordinate representation of color #BE9CE0: hue angle of 270º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE9CE0 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 156 | 224 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.12 |
| HSL | 270º | 0.52% | 0.75% | - |
| HSV(B) | 270º | 0.3% | 0.88% | - |
| XYZ | 46.58 | 40.11 | 75.81 | - |
| YUV | 173.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 156 | 224 | 0.15 | 0.30 | 0 | 0.12 | 270 | 0.52 | 0.75 |
| Hex | BE | 9C | E0 | F | 1E | 0 | C | 10E | 34 | 4B |
| Octal | 276 | 234 | 340 | 17 | 36 | 0 | 14 | 416 | 64 | 113 |
| Binary | 10111110 | 10011100 | 11100000 | 1111 | 11110 | 0 | 1100 | 100001110 | 110100 | 1001011 |
Color Harmonies of #BE9CE0
Complementary color
Monochromatic Colors of #BE9CE0
Black with #BE9CE0
Text Example
Text Example
White with #BE9CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9CE0; }
p { color: rgb(190,156,224); }
H1.HeaderClassName
{
color: #BE9CE0;
}
.AnyTagClassName
{
color: #BE9CE0;
}
</style>
background-color css
<style>
a { background-color: #BE9CE0; }
a { background-color: rgb(190,156,224); }
div.DivClassName
{
background-color: #BE9CE0;
}
.BgClassName
{
background-color: #BE9CE0;
}
</style>
border-color css
<style>
span { border-color: #BE9CE0; }
span { border-color: rgb(190,156,224); }
td.TdClassName
{
border-color: #BE9CE0;
}
.TagClassName
{
border-color: #BE9CE0;
}
</style>