Shades of Lola #B89ABF
Tints of Lola #B89ABF
RGB
CMYK
RGB Variations
Color information
#B89ABF (or 0xB89ABF) is known color: Lola. HEX triplet: B8, 9A and BF. RGB value is (184,154,191). Sum of RGB (Red+Green+Blue) = 184+154+191=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 191 - color contains mainly: blue. Hex color #B89ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ABF is #476540. Grayscale: #A7A7A7. Windows color (decimal): -4678977 or 12556984. OLE color: 12556984.
HSL color Cylindrical-coordinate representation of color #B89ABF: hue angle of 288.65º degrees, saturation: 0.22, 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 #B89ABF is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 154 | 191 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.25 |
| HSL | 288.65º | 0.22% | 0.68% | - |
| HSV(B) | 288.65º | 0.19% | 0.75% | - |
| XYZ | 40.73 | 37.06 | 54.3 | - |
| YUV | 167.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 191 | 0.04 | 0.19 | 0 | 0.25 | 288.65 | 0.22 | 0.68 |
| Hex | B8 | 9A | BF | 4 | 13 | 0 | 19 | 121 | 16 | 44 |
| Octal | 270 | 232 | 277 | 4 | 23 | 0 | 31 | 441 | 26 | 104 |
| Binary | 10111000 | 10011010 | 10111111 | 100 | 10011 | 0 | 11001 | 100100001 | 10110 | 1000100 |
Color Harmonies of #B89ABF
Complementary color
Monochromatic Colors of #B89ABF
Black with #B89ABF
Text Example
Text Example
White with #B89ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89ABF; }
p { color: rgb(184,154,191); }
H1.HeaderClassName
{
color: #B89ABF;
}
.AnyTagClassName
{
color: #B89ABF;
}
</style>
background-color css
<style>
a { background-color: #B89ABF; }
a { background-color: rgb(184,154,191); }
div.DivClassName
{
background-color: #B89ABF;
}
.BgClassName
{
background-color: #B89ABF;
}
</style>
border-color css
<style>
span { border-color: #B89ABF; }
span { border-color: rgb(184,154,191); }
td.TdClassName
{
border-color: #B89ABF;
}
.TagClassName
{
border-color: #B89ABF;
}
</style>