Shades of Lilac #BF95C8
Tints of Lilac #BF95C8
RGB
CMYK
RGB Variations
Color information
#BF95C8 (or 0xBF95C8) is known color: Lilac. HEX triplet: BF, 95 and C8. RGB value is (191,149,200). Sum of RGB (Red+Green+Blue) = 191+149+200=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF95C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF95C8 is #406A37. Grayscale: #A7A7A7. Windows color (decimal): -4221496 or 13145535. OLE color: 13145535.
HSL color Cylindrical-coordinate representation of color #BF95C8: hue angle of 289.41º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF95C8 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 149 | 200 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.22 |
| HSL | 289.41º | 0.32% | 0.68% | - |
| HSV(B) | 289.41º | 0.26% | 0.78% | - |
| XYZ | 42.66 | 36.74 | 59.49 | - |
| YUV | 167.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 149 | 200 | 0.04 | 0.26 | 0 | 0.22 | 289.41 | 0.32 | 0.68 |
| Hex | BF | 95 | C8 | 4 | 1A | 0 | 16 | 121 | 20 | 44 |
| Octal | 277 | 225 | 310 | 4 | 32 | 0 | 26 | 441 | 40 | 104 |
| Binary | 10111111 | 10010101 | 11001000 | 100 | 11010 | 0 | 10110 | 100100001 | 100000 | 1000100 |
Color Harmonies of #BF95C8
Complementary color
Monochromatic Colors of #BF95C8
Black with #BF95C8
Text Example
Text Example
White with #BF95C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF95C8; }
p { color: rgb(191,149,200); }
H1.HeaderClassName
{
color: #BF95C8;
}
.AnyTagClassName
{
color: #BF95C8;
}
</style>
background-color css
<style>
a { background-color: #BF95C8; }
a { background-color: rgb(191,149,200); }
div.DivClassName
{
background-color: #BF95C8;
}
.BgClassName
{
background-color: #BF95C8;
}
</style>
border-color css
<style>
span { border-color: #BF95C8; }
span { border-color: rgb(191,149,200); }
td.TdClassName
{
border-color: #BF95C8;
}
.TagClassName
{
border-color: #BF95C8;
}
</style>