Shades of Lilac #BB8CBF
Tints of Lilac #BB8CBF
RGB
CMYK
RGB Variations
Color information
#BB8CBF (or 0xBB8CBF) is known color: Lilac. HEX triplet: BB, 8C and BF. RGB value is (187,140,191). Sum of RGB (Red+Green+Blue) = 187+140+191=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB8CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CBF is #447340. Grayscale: #9F9F9F. Windows color (decimal): -4485953 or 12553403. OLE color: 12553403.
HSL color Cylindrical-coordinate representation of color #BB8CBF: hue angle of 295.29º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB8CBF is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 140 | 191 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.25 |
| HSL | 295.29º | 0.28% | 0.65% | - |
| HSV(B) | 295.29º | 0.27% | 0.75% | - |
| XYZ | 39.28 | 33.08 | 53.61 | - |
| YUV | 159.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 191 | 0.02 | 0.27 | 0 | 0.25 | 295.29 | 0.28 | 0.65 |
| Hex | BB | 8C | BF | 2 | 1B | 0 | 19 | 127 | 1C | 41 |
| Octal | 273 | 214 | 277 | 2 | 33 | 0 | 31 | 447 | 34 | 101 |
| Binary | 10111011 | 10001100 | 10111111 | 10 | 11011 | 0 | 11001 | 100100111 | 11100 | 1000001 |
Color Harmonies of #BB8CBF
Complementary color
Monochromatic Colors of #BB8CBF
Black with #BB8CBF
Text Example
Text Example
White with #BB8CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CBF; }
p { color: rgb(187,140,191); }
H1.HeaderClassName
{
color: #BB8CBF;
}
.AnyTagClassName
{
color: #BB8CBF;
}
</style>
background-color css
<style>
a { background-color: #BB8CBF; }
a { background-color: rgb(187,140,191); }
div.DivClassName
{
background-color: #BB8CBF;
}
.BgClassName
{
background-color: #BB8CBF;
}
</style>
border-color css
<style>
span { border-color: #BB8CBF; }
span { border-color: rgb(187,140,191); }
td.TdClassName
{
border-color: #BB8CBF;
}
.TagClassName
{
border-color: #BB8CBF;
}
</style>