Shades of Lola #B89BC0
Tints of Lola #B89BC0
RGB
CMYK
RGB Variations
Color information
#B89BC0 (or 0xB89BC0) is known color: Lola. HEX triplet: B8, 9B and C0. RGB value is (184,155,192). Sum of RGB (Red+Green+Blue) = 184+155+192=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 192 - color contains mainly: blue. Hex color #B89BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BC0 is #47643F. Grayscale: #A7A7A7. Windows color (decimal): -4678720 or 12622776. OLE color: 12622776.
HSL color Cylindrical-coordinate representation of color #B89BC0: hue angle of 287.03º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B89BC0 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 155 | 192 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.25 |
| HSL | 287.03º | 0.23% | 0.68% | - |
| HSV(B) | 287.03º | 0.19% | 0.75% | - |
| XYZ | 41 | 37.44 | 54.93 | - |
| YUV | 167.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 192 | 0.04 | 0.19 | 0 | 0.25 | 287.03 | 0.23 | 0.68 |
| Hex | B8 | 9B | C0 | 4 | 13 | 0 | 19 | 11F | 17 | 44 |
| Octal | 270 | 233 | 300 | 4 | 23 | 0 | 31 | 437 | 27 | 104 |
| Binary | 10111000 | 10011011 | 11000000 | 100 | 10011 | 0 | 11001 | 100011111 | 10111 | 1000100 |
Color Harmonies of #B89BC0
Complementary color
Monochromatic Colors of #B89BC0
Black with #B89BC0
Text Example
Text Example
White with #B89BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89BC0; }
p { color: rgb(184,155,192); }
H1.HeaderClassName
{
color: #B89BC0;
}
.AnyTagClassName
{
color: #B89BC0;
}
</style>
background-color css
<style>
a { background-color: #B89BC0; }
a { background-color: rgb(184,155,192); }
div.DivClassName
{
background-color: #B89BC0;
}
.BgClassName
{
background-color: #B89BC0;
}
</style>
border-color css
<style>
span { border-color: #B89BC0; }
span { border-color: rgb(184,155,192); }
td.TdClassName
{
border-color: #B89BC0;
}
.TagClassName
{
border-color: #B89BC0;
}
</style>