Shades of Lilac #BF9CC2
Tints of Lilac #BF9CC2
RGB
CMYK
RGB Variations
Color information
#BF9CC2 (or 0xBF9CC2) is known color: Lilac. HEX triplet: BF, 9C and C2. RGB value is (191,156,194). Sum of RGB (Red+Green+Blue) = 191+156+194=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF9CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9CC2 is #40633D. Grayscale: #AAAAAA. Windows color (decimal): -4219710 or 12754111. OLE color: 12754111.
HSL color Cylindrical-coordinate representation of color #BF9CC2: hue angle of 295.26º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF9CC2 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 156 | 194 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.24 |
| HSL | 295.26º | 0.24% | 0.69% | - |
| HSV(B) | 295.26º | 0.2% | 0.76% | - |
| XYZ | 43.11 | 38.75 | 56.25 | - |
| YUV | 170.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 156 | 194 | 0.02 | 0.20 | 0 | 0.24 | 295.26 | 0.24 | 0.69 |
| Hex | BF | 9C | C2 | 2 | 14 | 0 | 18 | 127 | 18 | 45 |
| Octal | 277 | 234 | 302 | 2 | 24 | 0 | 30 | 447 | 30 | 105 |
| Binary | 10111111 | 10011100 | 11000010 | 10 | 10100 | 0 | 11000 | 100100111 | 11000 | 1000101 |
Color Harmonies of #BF9CC2
Complementary color
Monochromatic Colors of #BF9CC2
Black with #BF9CC2
Text Example
Text Example
White with #BF9CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9CC2; }
p { color: rgb(191,156,194); }
H1.HeaderClassName
{
color: #BF9CC2;
}
.AnyTagClassName
{
color: #BF9CC2;
}
</style>
background-color css
<style>
a { background-color: #BF9CC2; }
a { background-color: rgb(191,156,194); }
div.DivClassName
{
background-color: #BF9CC2;
}
.BgClassName
{
background-color: #BF9CC2;
}
</style>
border-color css
<style>
span { border-color: #BF9CC2; }
span { border-color: rgb(191,156,194); }
td.TdClassName
{
border-color: #BF9CC2;
}
.TagClassName
{
border-color: #BF9CC2;
}
</style>