Shades of Lilac #BF9BC2
Tints of Lilac #BF9BC2
RGB
CMYK
RGB Variations
Color information
#BF9BC2 (or 0xBF9BC2) is known color: Lilac. HEX triplet: BF, 9B and C2. RGB value is (191,155,194). Sum of RGB (Red+Green+Blue) = 191+155+194=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF9BC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9BC2 is #40643D. Grayscale: #AAAAAA. Windows color (decimal): -4219966 or 12753855. OLE color: 12753855.
HSL color Cylindrical-coordinate representation of color #BF9BC2: hue angle of 295.38º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF9BC2 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 155 | 194 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.24 |
| HSL | 295.38º | 0.24% | 0.68% | - |
| HSV(B) | 295.38º | 0.2% | 0.76% | - |
| XYZ | 42.94 | 38.41 | 56.19 | - |
| YUV | 170.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 155 | 194 | 0.02 | 0.20 | 0 | 0.24 | 295.38 | 0.24 | 0.68 |
| Hex | BF | 9B | C2 | 2 | 14 | 0 | 18 | 127 | 18 | 44 |
| Octal | 277 | 233 | 302 | 2 | 24 | 0 | 30 | 447 | 30 | 104 |
| Binary | 10111111 | 10011011 | 11000010 | 10 | 10100 | 0 | 11000 | 100100111 | 11000 | 1000100 |
Color Harmonies of #BF9BC2
Complementary color
Monochromatic Colors of #BF9BC2
Black with #BF9BC2
Text Example
Text Example
White with #BF9BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9BC2; }
p { color: rgb(191,155,194); }
H1.HeaderClassName
{
color: #BF9BC2;
}
.AnyTagClassName
{
color: #BF9BC2;
}
</style>
background-color css
<style>
a { background-color: #BF9BC2; }
a { background-color: rgb(191,155,194); }
div.DivClassName
{
background-color: #BF9BC2;
}
.BgClassName
{
background-color: #BF9BC2;
}
</style>
border-color css
<style>
span { border-color: #BF9BC2; }
span { border-color: rgb(191,155,194); }
td.TdClassName
{
border-color: #BF9BC2;
}
.TagClassName
{
border-color: #BF9BC2;
}
</style>