Shades of Lola #B89DBA
Tints of Lola #B89DBA
RGB
CMYK
RGB Variations
Color information
#B89DBA (or 0xB89DBA) is known color: Lola. HEX triplet: B8, 9D and BA. RGB value is (184,157,186). Sum of RGB (Red+Green+Blue) = 184+157+186=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: blue. Hex color #B89DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DBA is #476245. Grayscale: #A8A8A8. Windows color (decimal): -4678214 or 12230072. OLE color: 12230072.
HSL color Cylindrical-coordinate representation of color #B89DBA: hue angle of 295.86º degrees, saturation: 0.17, 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 #B89DBA is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 157 | 186 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.27 |
| HSL | 295.86º | 0.17% | 0.67% | - |
| HSV(B) | 295.86º | 0.16% | 0.73% | - |
| XYZ | 40.69 | 37.85 | 51.62 | - |
| YUV | 168.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 186 | 0.01 | 0.16 | 0 | 0.27 | 295.86 | 0.17 | 0.67 |
| Hex | B8 | 9D | BA | 1 | 10 | 0 | 1B | 128 | 11 | 43 |
| Octal | 270 | 235 | 272 | 1 | 20 | 0 | 33 | 450 | 21 | 103 |
| Binary | 10111000 | 10011101 | 10111010 | 1 | 10000 | 0 | 11011 | 100101000 | 10001 | 1000011 |
Color Harmonies of #B89DBA
Complementary color
Monochromatic Colors of #B89DBA
Black with #B89DBA
Text Example
Text Example
White with #B89DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89DBA; }
p { color: rgb(184,157,186); }
H1.HeaderClassName
{
color: #B89DBA;
}
.AnyTagClassName
{
color: #B89DBA;
}
</style>
background-color css
<style>
a { background-color: #B89DBA; }
a { background-color: rgb(184,157,186); }
div.DivClassName
{
background-color: #B89DBA;
}
.BgClassName
{
background-color: #B89DBA;
}
</style>
border-color css
<style>
span { border-color: #B89DBA; }
span { border-color: rgb(184,157,186); }
td.TdClassName
{
border-color: #B89DBA;
}
.TagClassName
{
border-color: #B89DBA;
}
</style>