Shades of Perfume #BE9FE5
Tints of Perfume #BE9FE5
RGB
CMYK
RGB Variations
Color information
#BE9FE5 (or 0xBE9FE5) is known color: Perfume. HEX triplet: BE, 9F and E5. RGB value is (190,159,229). Sum of RGB (Red+Green+Blue) = 190+159+229=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE9FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FE5 is #41601A. Grayscale: #B0B0B0. Windows color (decimal): -4284443 or 15048638. OLE color: 15048638.
HSL color Cylindrical-coordinate representation of color #BE9FE5: hue angle of 266.57º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE9FE5 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 159 | 229 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.10 |
| HSL | 266.57º | 0.57% | 0.76% | - |
| HSV(B) | 266.57º | 0.31% | 0.9% | - |
| XYZ | 47.78 | 41.4 | 79.6 | - |
| YUV | 176.25 | 157.77 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 159 | 229 | 0.17 | 0.31 | 0 | 0.10 | 266.57 | 0.57 | 0.76 |
| Hex | BE | 9F | E5 | 11 | 1F | 0 | A | 10B | 39 | 4C |
| Octal | 276 | 237 | 345 | 21 | 37 | 0 | 12 | 413 | 71 | 114 |
| Binary | 10111110 | 10011111 | 11100101 | 10001 | 11111 | 0 | 1010 | 100001011 | 111001 | 1001100 |
Color Harmonies of #BE9FE5
Complementary color
Monochromatic Colors of #BE9FE5
Black with #BE9FE5
Text Example
Text Example
White with #BE9FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9FE5; }
p { color: rgb(190,159,229); }
H1.HeaderClassName
{
color: #BE9FE5;
}
.AnyTagClassName
{
color: #BE9FE5;
}
</style>
background-color css
<style>
a { background-color: #BE9FE5; }
a { background-color: rgb(190,159,229); }
div.DivClassName
{
background-color: #BE9FE5;
}
.BgClassName
{
background-color: #BE9FE5;
}
</style>
border-color css
<style>
span { border-color: #BE9FE5; }
span { border-color: rgb(190,159,229); }
td.TdClassName
{
border-color: #BE9FE5;
}
.TagClassName
{
border-color: #BE9FE5;
}
</style>