Shades of Lola #B89ABE
Tints of Lola #B89ABE
RGB
CMYK
RGB Variations
Color information
#B89ABE (or 0xB89ABE) is known color: Lola. HEX triplet: B8, 9A and BE. RGB value is (184,154,190). Sum of RGB (Red+Green+Blue) = 184+154+190=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #B89ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ABE is #476541. Grayscale: #A6A6A6. Windows color (decimal): -4678978 or 12491448. OLE color: 12491448.
HSL color Cylindrical-coordinate representation of color #B89ABE: hue angle of 290º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B89ABE is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 154 | 190 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.25 |
| HSL | 290º | 0.22% | 0.67% | - |
| HSV(B) | 290º | 0.19% | 0.75% | - |
| XYZ | 40.62 | 37.02 | 53.72 | - |
| YUV | 167.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 190 | 0.03 | 0.19 | 0 | 0.25 | 290 | 0.22 | 0.67 |
| Hex | B8 | 9A | BE | 3 | 13 | 0 | 19 | 122 | 16 | 43 |
| Octal | 270 | 232 | 276 | 3 | 23 | 0 | 31 | 442 | 26 | 103 |
| Binary | 10111000 | 10011010 | 10111110 | 11 | 10011 | 0 | 11001 | 100100010 | 10110 | 1000011 |
Color Harmonies of #B89ABE
Complementary color
Monochromatic Colors of #B89ABE
Black with #B89ABE
Text Example
Text Example
White with #B89ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89ABE; }
p { color: rgb(184,154,190); }
H1.HeaderClassName
{
color: #B89ABE;
}
.AnyTagClassName
{
color: #B89ABE;
}
</style>
background-color css
<style>
a { background-color: #B89ABE; }
a { background-color: rgb(184,154,190); }
div.DivClassName
{
background-color: #B89ABE;
}
.BgClassName
{
background-color: #B89ABE;
}
</style>
border-color css
<style>
span { border-color: #B89ABE; }
span { border-color: rgb(184,154,190); }
td.TdClassName
{
border-color: #B89ABE;
}
.TagClassName
{
border-color: #B89ABE;
}
</style>