Shades of Lola #B89DBB
Tints of Lola #B89DBB
RGB
CMYK
RGB Variations
Color information
#B89DBB (or 0xB89DBB) is known color: Lola. HEX triplet: B8, 9D and BB. RGB value is (184,157,187). Sum of RGB (Red+Green+Blue) = 184+157+187=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 187 - color contains mainly: blue. Hex color #B89DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DBB is #476244. Grayscale: #A8A8A8. Windows color (decimal): -4678213 or 12295608. OLE color: 12295608.
HSL color Cylindrical-coordinate representation of color #B89DBB: hue angle of 294º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B89DBB is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 157 | 187 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.27 |
| HSL | 294º | 0.18% | 0.67% | - |
| HSV(B) | 294º | 0.16% | 0.73% | - |
| XYZ | 40.79 | 37.89 | 52.18 | - |
| YUV | 168.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 187 | 0.02 | 0.16 | 0 | 0.27 | 294 | 0.18 | 0.67 |
| Hex | B8 | 9D | BB | 2 | 10 | 0 | 1B | 126 | 12 | 43 |
| Octal | 270 | 235 | 273 | 2 | 20 | 0 | 33 | 446 | 22 | 103 |
| Binary | 10111000 | 10011101 | 10111011 | 10 | 10000 | 0 | 11011 | 100100110 | 10010 | 1000011 |
Color Harmonies of #B89DBB
Complementary color
Monochromatic Colors of #B89DBB
Black with #B89DBB
Text Example
Text Example
White with #B89DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89DBB; }
p { color: rgb(184,157,187); }
H1.HeaderClassName
{
color: #B89DBB;
}
.AnyTagClassName
{
color: #B89DBB;
}
</style>
background-color css
<style>
a { background-color: #B89DBB; }
a { background-color: rgb(184,157,187); }
div.DivClassName
{
background-color: #B89DBB;
}
.BgClassName
{
background-color: #B89DBB;
}
</style>
border-color css
<style>
span { border-color: #B89DBB; }
span { border-color: rgb(184,157,187); }
td.TdClassName
{
border-color: #B89DBB;
}
.TagClassName
{
border-color: #B89DBB;
}
</style>