Shades of Lilac #BE9CBA
Tints of Lilac #BE9CBA
RGB
CMYK
RGB Variations
Color information
#BE9CBA (or 0xBE9CBA) is known color: Lilac. HEX triplet: BE, 9C and BA. RGB value is (190,156,186). Sum of RGB (Red+Green+Blue) = 190+156+186=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9CBA is #416345. Grayscale: #A9A9A9. Windows color (decimal): -4285254 or 12229822. OLE color: 12229822.
HSL color Cylindrical-coordinate representation of color #BE9CBA: hue angle of 307.06º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BE9CBA is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 156 | 186 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.25 |
| HSL | 307.06º | 0.21% | 0.68% | - |
| HSV(B) | 307.06º | 0.18% | 0.75% | - |
| XYZ | 41.99 | 38.27 | 51.63 | - |
| YUV | 169.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 156 | 186 | 0 | 0.18 | 0.02 | 0.25 | 307.06 | 0.21 | 0.68 |
| Hex | BE | 9C | BA | 0 | 12 | 2 | 19 | 133 | 15 | 44 |
| Octal | 276 | 234 | 272 | 0 | 22 | 2 | 31 | 463 | 25 | 104 |
| Binary | 10111110 | 10011100 | 10111010 | 0 | 10010 | 10 | 11001 | 100110011 | 10101 | 1000100 |
Color Harmonies of #BE9CBA
Complementary color
Monochromatic Colors of #BE9CBA
Black with #BE9CBA
Text Example
Text Example
White with #BE9CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9CBA; }
p { color: rgb(190,156,186); }
H1.HeaderClassName
{
color: #BE9CBA;
}
.AnyTagClassName
{
color: #BE9CBA;
}
</style>
background-color css
<style>
a { background-color: #BE9CBA; }
a { background-color: rgb(190,156,186); }
div.DivClassName
{
background-color: #BE9CBA;
}
.BgClassName
{
background-color: #BE9CBA;
}
</style>
border-color css
<style>
span { border-color: #BE9CBA; }
span { border-color: rgb(190,156,186); }
td.TdClassName
{
border-color: #BE9CBA;
}
.TagClassName
{
border-color: #BE9CBA;
}
</style>