Shades of Perfume #BE9DE4
Tints of Perfume #BE9DE4
RGB
CMYK
RGB Variations
Color information
#BE9DE4 (or 0xBE9DE4) is known color: Perfume. HEX triplet: BE, 9D and E4. RGB value is (190,157,228). Sum of RGB (Red+Green+Blue) = 190+157+228=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 228 - color contains mainly: blue. Hex color #BE9DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9DE4 is #41621B. Grayscale: #AEAEAE. Windows color (decimal): -4284956 or 14982590. OLE color: 14982590.
HSL color Cylindrical-coordinate representation of color #BE9DE4: hue angle of 267.89º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE9DE4 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 157 | 228 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.11 |
| HSL | 267.89º | 0.57% | 0.75% | - |
| HSV(B) | 267.89º | 0.31% | 0.89% | - |
| XYZ | 47.3 | 40.66 | 78.75 | - |
| YUV | 174.96 | 157.93 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 157 | 228 | 0.17 | 0.31 | 0 | 0.11 | 267.89 | 0.57 | 0.75 |
| Hex | BE | 9D | E4 | 11 | 1F | 0 | B | 10C | 39 | 4B |
| Octal | 276 | 235 | 344 | 21 | 37 | 0 | 13 | 414 | 71 | 113 |
| Binary | 10111110 | 10011101 | 11100100 | 10001 | 11111 | 0 | 1011 | 100001100 | 111001 | 1001011 |
Color Harmonies of #BE9DE4
Complementary color
Monochromatic Colors of #BE9DE4
Black with #BE9DE4
Text Example
Text Example
White with #BE9DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9DE4; }
p { color: rgb(190,157,228); }
H1.HeaderClassName
{
color: #BE9DE4;
}
.AnyTagClassName
{
color: #BE9DE4;
}
</style>
background-color css
<style>
a { background-color: #BE9DE4; }
a { background-color: rgb(190,157,228); }
div.DivClassName
{
background-color: #BE9DE4;
}
.BgClassName
{
background-color: #BE9DE4;
}
</style>
border-color css
<style>
span { border-color: #BE9DE4; }
span { border-color: rgb(190,157,228); }
td.TdClassName
{
border-color: #BE9DE4;
}
.TagClassName
{
border-color: #BE9DE4;
}
</style>