Shades of Lola #B89BC1
Tints of Lola #B89BC1
RGB
CMYK
RGB Variations
Color information
#B89BC1 (or 0xB89BC1) is known color: Lola. HEX triplet: B8, 9B and C1. RGB value is (184,155,193). Sum of RGB (Red+Green+Blue) = 184+155+193=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: blue. Hex color #B89BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BC1 is #47643E. Grayscale: #A7A7A7. Windows color (decimal): -4678719 or 12688312. OLE color: 12688312.
HSL color Cylindrical-coordinate representation of color #B89BC1: hue angle of 285.79º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B89BC1 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 155 | 193 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.24 |
| HSL | 285.79º | 0.23% | 0.68% | - |
| HSV(B) | 285.79º | 0.2% | 0.76% | - |
| XYZ | 41.11 | 37.48 | 55.52 | - |
| YUV | 168 | 142.11 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 193 | 0.05 | 0.20 | 0 | 0.24 | 285.79 | 0.23 | 0.68 |
| Hex | B8 | 9B | C1 | 5 | 14 | 0 | 18 | 11E | 17 | 44 |
| Octal | 270 | 233 | 301 | 5 | 24 | 0 | 30 | 436 | 27 | 104 |
| Binary | 10111000 | 10011011 | 11000001 | 101 | 10100 | 0 | 11000 | 100011110 | 10111 | 1000100 |
Color Harmonies of #B89BC1
Complementary color
Monochromatic Colors of #B89BC1
Black with #B89BC1
Text Example
Text Example
White with #B89BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89BC1; }
p { color: rgb(184,155,193); }
H1.HeaderClassName
{
color: #B89BC1;
}
.AnyTagClassName
{
color: #B89BC1;
}
</style>
background-color css
<style>
a { background-color: #B89BC1; }
a { background-color: rgb(184,155,193); }
div.DivClassName
{
background-color: #B89BC1;
}
.BgClassName
{
background-color: #B89BC1;
}
</style>
border-color css
<style>
span { border-color: #B89BC1; }
span { border-color: rgb(184,155,193); }
td.TdClassName
{
border-color: #B89BC1;
}
.TagClassName
{
border-color: #B89BC1;
}
</style>