Shades of Lilac #BBA7B8
Tints of Lilac #BBA7B8
RGB
CMYK
RGB Variations
Color information
#BBA7B8 (or 0xBBA7B8) is known color: Lilac. HEX triplet: BB, A7 and B8. RGB value is (187,167,184). Sum of RGB (Red+Green+Blue) = 187+167+184=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 184 (72.27% from 255 or 34.20% from 538); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA7B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7B8 is #445847. Grayscale: #AEAEAE. Windows color (decimal): -4479048 or 12101563. OLE color: 12101563.
HSL color Cylindrical-coordinate representation of color #BBA7B8: hue angle of 309º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBA7B8 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 167 | 184 | - |
CMYK | 0 | 0.11 | 0.02 | 0.27 |
HSL | 309º | 0.13% | 0.69% | - |
HSV(B) | 309º | 0.11% | 0.73% | - |
XYZ | 42.96 | 41.66 | 51.12 | - |
YUV | 174.92 | 133.13 | 136.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 167 | 184 | 0 | 0.11 | 0.02 | 0.27 | 309 | 0.13 | 0.69 |
Hex | BB | A7 | B8 | 0 | B | 2 | 1B | 135 | D | 45 |
Octal | 273 | 247 | 270 | 0 | 13 | 2 | 33 | 465 | 15 | 105 |
Binary | 10111011 | 10100111 | 10111000 | 0 | 1011 | 10 | 11011 | 100110101 | 1101 | 1000101 |
Color Harmonies of #BBA7B8
Complementary color
Monochromatic Colors of #BBA7B8
Black with #BBA7B8
Text Example
Text Example
White with #BBA7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA7B8; }
p { color: rgb(187,167,184); }
H1.HeaderClassName
{
color: #BBA7B8;
}
.AnyTagClassName
{
color: #BBA7B8;
}
</style>
background-color css
<style>
a { background-color: #BBA7B8; }
a { background-color: rgb(187,167,184); }
div.DivClassName
{
background-color: #BBA7B8;
}
.BgClassName
{
background-color: #BBA7B8;
}
</style>
border-color css
<style>
span { border-color: #BBA7B8; }
span { border-color: rgb(187,167,184); }
td.TdClassName
{
border-color: #BBA7B8;
}
.TagClassName
{
border-color: #BBA7B8;
}
</style>