Shades of Lilac #BE9FBE
Tints of Lilac #BE9FBE
RGB
CMYK
RGB Variations
Color information
#BE9FBE (or 0xBE9FBE) is known color: Lilac. HEX triplet: BE, 9F and BE. RGB value is (190,159,190). Sum of RGB (Red+Green+Blue) = 190+159+190=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE9FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FBE is #416041. Grayscale: #ABABAB. Windows color (decimal): -4284482 or 12492734. OLE color: 12492734.
HSL color Cylindrical-coordinate representation of color #BE9FBE: hue angle of 300º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BE9FBE is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 159 | 190 | - |
CMYK | 0 | 0.16 | 0 | 0.25 |
HSL | 300º | 0.19% | 0.68% | - |
HSV(B) | 300º | 0.16% | 0.75% | - |
XYZ | 42.93 | 39.46 | 54.07 | - |
YUV | 171.8 | 138.27 | 140.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 159 | 190 | 0 | 0.16 | 0 | 0.25 | 300 | 0.19 | 0.68 |
Hex | BE | 9F | BE | 0 | 10 | 0 | 19 | 12C | 13 | 44 |
Octal | 276 | 237 | 276 | 0 | 20 | 0 | 31 | 454 | 23 | 104 |
Binary | 10111110 | 10011111 | 10111110 | 0 | 10000 | 0 | 11001 | 100101100 | 10011 | 1000100 |
Color Harmonies of #BE9FBE
Complementary color
Monochromatic Colors of #BE9FBE
Black with #BE9FBE
Text Example
Text Example
White with #BE9FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9FBE; }
p { color: rgb(190,159,190); }
H1.HeaderClassName
{
color: #BE9FBE;
}
.AnyTagClassName
{
color: #BE9FBE;
}
</style>
background-color css
<style>
a { background-color: #BE9FBE; }
a { background-color: rgb(190,159,190); }
div.DivClassName
{
background-color: #BE9FBE;
}
.BgClassName
{
background-color: #BE9FBE;
}
</style>
border-color css
<style>
span { border-color: #BE9FBE; }
span { border-color: rgb(190,159,190); }
td.TdClassName
{
border-color: #BE9FBE;
}
.TagClassName
{
border-color: #BE9FBE;
}
</style>