Shades of Lilac #BF99BC
Tints of Lilac #BF99BC
RGB
CMYK
RGB Variations
Color information
#BF99BC (or 0xBF99BC) is known color: Lilac. HEX triplet: BF, 99 and BC. RGB value is (191,153,188). Sum of RGB (Red+Green+Blue) = 191+153+188=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99BC is #406643. Grayscale: #A8A8A8. Windows color (decimal): -4220484 or 12360127. OLE color: 12360127.
HSL color Cylindrical-coordinate representation of color #BF99BC: hue angle of 304.74º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF99BC is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 188 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.25 |
| HSL | 304.74º | 0.23% | 0.67% | - |
| HSV(B) | 304.74º | 0.2% | 0.75% | - |
| XYZ | 41.95 | 37.49 | 52.6 | - |
| YUV | 168.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 188 | 0 | 0.20 | 0.02 | 0.25 | 304.74 | 0.23 | 0.67 |
| Hex | BF | 99 | BC | 0 | 14 | 2 | 19 | 131 | 17 | 43 |
| Octal | 277 | 231 | 274 | 0 | 24 | 2 | 31 | 461 | 27 | 103 |
| Binary | 10111111 | 10011001 | 10111100 | 0 | 10100 | 10 | 11001 | 100110001 | 10111 | 1000011 |
Color Harmonies of #BF99BC
Complementary color
Monochromatic Colors of #BF99BC
Black with #BF99BC
Text Example
Text Example
White with #BF99BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99BC; }
p { color: rgb(191,153,188); }
H1.HeaderClassName
{
color: #BF99BC;
}
.AnyTagClassName
{
color: #BF99BC;
}
</style>
background-color css
<style>
a { background-color: #BF99BC; }
a { background-color: rgb(191,153,188); }
div.DivClassName
{
background-color: #BF99BC;
}
.BgClassName
{
background-color: #BF99BC;
}
</style>
border-color css
<style>
span { border-color: #BF99BC; }
span { border-color: rgb(191,153,188); }
td.TdClassName
{
border-color: #BF99BC;
}
.TagClassName
{
border-color: #BF99BC;
}
</style>