Shades of Lola #B89ABB
Tints of Lola #B89ABB
RGB
CMYK
RGB Variations
Color information
#B89ABB (or 0xB89ABB) is known color: Lola. HEX triplet: B8, 9A and BB. RGB value is (184,154,187). Sum of RGB (Red+Green+Blue) = 184+154+187=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #B89ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ABB is #476544. Grayscale: #A6A6A6. Windows color (decimal): -4678981 or 12294840. OLE color: 12294840.
HSL color Cylindrical-coordinate representation of color #B89ABB: hue angle of 294.55º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B89ABB is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 154 | 187 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.27 |
| HSL | 294.55º | 0.2% | 0.67% | - |
| HSV(B) | 294.55º | 0.18% | 0.73% | - |
| XYZ | 40.29 | 36.89 | 52.01 | - |
| YUV | 166.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 187 | 0.02 | 0.18 | 0 | 0.27 | 294.55 | 0.2 | 0.67 |
| Hex | B8 | 9A | BB | 2 | 12 | 0 | 1B | 127 | 14 | 43 |
| Octal | 270 | 232 | 273 | 2 | 22 | 0 | 33 | 447 | 24 | 103 |
| Binary | 10111000 | 10011010 | 10111011 | 10 | 10010 | 0 | 11011 | 100100111 | 10100 | 1000011 |
Color Harmonies of #B89ABB
Complementary color
Monochromatic Colors of #B89ABB
Black with #B89ABB
Text Example
Text Example
White with #B89ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89ABB; }
p { color: rgb(184,154,187); }
H1.HeaderClassName
{
color: #B89ABB;
}
.AnyTagClassName
{
color: #B89ABB;
}
</style>
background-color css
<style>
a { background-color: #B89ABB; }
a { background-color: rgb(184,154,187); }
div.DivClassName
{
background-color: #B89ABB;
}
.BgClassName
{
background-color: #B89ABB;
}
</style>
border-color css
<style>
span { border-color: #B89ABB; }
span { border-color: rgb(184,154,187); }
td.TdClassName
{
border-color: #B89ABB;
}
.TagClassName
{
border-color: #B89ABB;
}
</style>