Shades of Lilac #BB8FBE
Tints of Lilac #BB8FBE
RGB
CMYK
RGB Variations
Color information
#BB8FBE (or 0xBB8FBE) is known color: Lilac. HEX triplet: BB, 8F and BE. RGB value is (187,143,190). Sum of RGB (Red+Green+Blue) = 187+143+190=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB8FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FBE is #447041. Grayscale: #A1A1A1. Windows color (decimal): -4485186 or 12488635. OLE color: 12488635.
HSL color Cylindrical-coordinate representation of color #BB8FBE: hue angle of 296.17º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BB8FBE is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 143 | 190 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.25 |
| HSL | 296.17º | 0.27% | 0.65% | - |
| HSV(B) | 296.17º | 0.25% | 0.75% | - |
| XYZ | 39.61 | 33.93 | 53.18 | - |
| YUV | 161.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 190 | 0.02 | 0.25 | 0 | 0.25 | 296.17 | 0.27 | 0.65 |
| Hex | BB | 8F | BE | 2 | 19 | 0 | 19 | 128 | 1B | 41 |
| Octal | 273 | 217 | 276 | 2 | 31 | 0 | 31 | 450 | 33 | 101 |
| Binary | 10111011 | 10001111 | 10111110 | 10 | 11001 | 0 | 11001 | 100101000 | 11011 | 1000001 |
Color Harmonies of #BB8FBE
Complementary color
Monochromatic Colors of #BB8FBE
Black with #BB8FBE
Text Example
Text Example
White with #BB8FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8FBE; }
p { color: rgb(187,143,190); }
H1.HeaderClassName
{
color: #BB8FBE;
}
.AnyTagClassName
{
color: #BB8FBE;
}
</style>
background-color css
<style>
a { background-color: #BB8FBE; }
a { background-color: rgb(187,143,190); }
div.DivClassName
{
background-color: #BB8FBE;
}
.BgClassName
{
background-color: #BB8FBE;
}
</style>
border-color css
<style>
span { border-color: #BB8FBE; }
span { border-color: rgb(187,143,190); }
td.TdClassName
{
border-color: #BB8FBE;
}
.TagClassName
{
border-color: #BB8FBE;
}
</style>