Shades of Lilac #BF9BBC
Tints of Lilac #BF9BBC
RGB
CMYK
RGB Variations
Color information
#BF9BBC (or 0xBF9BBC) is known color: Lilac. HEX triplet: BF, 9B and BC. RGB value is (191,155,188). Sum of RGB (Red+Green+Blue) = 191+155+188=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9BBC is #406443. Grayscale: #A9A9A9. Windows color (decimal): -4219972 or 12360639. OLE color: 12360639.
HSL color Cylindrical-coordinate representation of color #BF9BBC: hue angle of 305º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BF9BBC is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 155 | 188 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.25 |
| HSL | 305º | 0.22% | 0.68% | - |
| HSV(B) | 305º | 0.19% | 0.75% | - |
| XYZ | 42.28 | 38.15 | 52.71 | - |
| YUV | 169.53 | 138.43 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 155 | 188 | 0 | 0.19 | 0.02 | 0.25 | 305 | 0.22 | 0.68 |
| Hex | BF | 9B | BC | 0 | 13 | 2 | 19 | 131 | 16 | 44 |
| Octal | 277 | 233 | 274 | 0 | 23 | 2 | 31 | 461 | 26 | 104 |
| Binary | 10111111 | 10011011 | 10111100 | 0 | 10011 | 10 | 11001 | 100110001 | 10110 | 1000100 |
Color Harmonies of #BF9BBC
Complementary color
Monochromatic Colors of #BF9BBC
Black with #BF9BBC
Text Example
Text Example
White with #BF9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9BBC; }
p { color: rgb(191,155,188); }
H1.HeaderClassName
{
color: #BF9BBC;
}
.AnyTagClassName
{
color: #BF9BBC;
}
</style>
background-color css
<style>
a { background-color: #BF9BBC; }
a { background-color: rgb(191,155,188); }
div.DivClassName
{
background-color: #BF9BBC;
}
.BgClassName
{
background-color: #BF9BBC;
}
</style>
border-color css
<style>
span { border-color: #BF9BBC; }
span { border-color: rgb(191,155,188); }
td.TdClassName
{
border-color: #BF9BBC;
}
.TagClassName
{
border-color: #BF9BBC;
}
</style>