Shades of Lilac #BE9BBC
Tints of Lilac #BE9BBC
RGB
CMYK
RGB Variations
Color information
#BE9BBC (or 0xBE9BBC) is known color: Lilac. HEX triplet: BE, 9B and BC. RGB value is (190,155,188). Sum of RGB (Red+Green+Blue) = 190+155+188=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BBC is #416443. Grayscale: #A9A9A9. Windows color (decimal): -4285508 or 12360638. OLE color: 12360638.
HSL color Cylindrical-coordinate representation of color #BE9BBC: hue angle of 303.43º 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 #BE9BBC is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 155 | 188 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.25 |
| HSL | 303.43º | 0.21% | 0.68% | - |
| HSV(B) | 303.43º | 0.18% | 0.75% | - |
| XYZ | 42.03 | 38.02 | 52.7 | - |
| YUV | 169.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 188 | 0 | 0.18 | 0.01 | 0.25 | 303.43 | 0.21 | 0.68 |
| Hex | BE | 9B | BC | 0 | 12 | 1 | 19 | 12F | 15 | 44 |
| Octal | 276 | 233 | 274 | 0 | 22 | 1 | 31 | 457 | 25 | 104 |
| Binary | 10111110 | 10011011 | 10111100 | 0 | 10010 | 1 | 11001 | 100101111 | 10101 | 1000100 |
Color Harmonies of #BE9BBC
Complementary color
Monochromatic Colors of #BE9BBC
Black with #BE9BBC
Text Example
Text Example
White with #BE9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9BBC; }
p { color: rgb(190,155,188); }
H1.HeaderClassName
{
color: #BE9BBC;
}
.AnyTagClassName
{
color: #BE9BBC;
}
</style>
background-color css
<style>
a { background-color: #BE9BBC; }
a { background-color: rgb(190,155,188); }
div.DivClassName
{
background-color: #BE9BBC;
}
.BgClassName
{
background-color: #BE9BBC;
}
</style>
border-color css
<style>
span { border-color: #BE9BBC; }
span { border-color: rgb(190,155,188); }
td.TdClassName
{
border-color: #BE9BBC;
}
.TagClassName
{
border-color: #BE9BBC;
}
</style>