Shades of Lilac #BF92C9
Tints of Lilac #BF92C9
RGB
CMYK
RGB Variations
Color information
#BF92C9 (or 0xBF92C9) is known color: Lilac. HEX triplet: BF, 92 and C9. RGB value is (191,146,201). Sum of RGB (Red+Green+Blue) = 191+146+201=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF92C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92C9 is #406D36. Grayscale: #A5A5A5. Windows color (decimal): -4222263 or 13210303. OLE color: 13210303.
HSL color Cylindrical-coordinate representation of color #BF92C9: hue angle of 289.09º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF92C9 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 146 | 201 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.21 |
| HSL | 289.09º | 0.34% | 0.68% | - |
| HSV(B) | 289.09º | 0.27% | 0.79% | - |
| XYZ | 42.31 | 35.85 | 59.95 | - |
| YUV | 165.73 | 147.91 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 201 | 0.05 | 0.27 | 0 | 0.21 | 289.09 | 0.34 | 0.68 |
| Hex | BF | 92 | C9 | 5 | 1B | 0 | 15 | 121 | 22 | 44 |
| Octal | 277 | 222 | 311 | 5 | 33 | 0 | 25 | 441 | 42 | 104 |
| Binary | 10111111 | 10010010 | 11001001 | 101 | 11011 | 0 | 10101 | 100100001 | 100010 | 1000100 |
Color Harmonies of #BF92C9
Complementary color
Monochromatic Colors of #BF92C9
Black with #BF92C9
Text Example
Text Example
White with #BF92C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF92C9; }
p { color: rgb(191,146,201); }
H1.HeaderClassName
{
color: #BF92C9;
}
.AnyTagClassName
{
color: #BF92C9;
}
</style>
background-color css
<style>
a { background-color: #BF92C9; }
a { background-color: rgb(191,146,201); }
div.DivClassName
{
background-color: #BF92C9;
}
.BgClassName
{
background-color: #BF92C9;
}
</style>
border-color css
<style>
span { border-color: #BF92C9; }
span { border-color: rgb(191,146,201); }
td.TdClassName
{
border-color: #BF92C9;
}
.TagClassName
{
border-color: #BF92C9;
}
</style>