Shades of Lola #B89ABD
Tints of Lola #B89ABD
RGB
CMYK
RGB Variations
Color information
#B89ABD (or 0xB89ABD) is known color: Lola. HEX triplet: B8, 9A and BD. RGB value is (184,154,189). Sum of RGB (Red+Green+Blue) = 184+154+189=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #B89ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ABD is #476542. Grayscale: #A6A6A6. Windows color (decimal): -4678979 or 12425912. OLE color: 12425912.
HSL color Cylindrical-coordinate representation of color #B89ABD: hue angle of 291.43º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B89ABD is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 154 | 189 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.26 |
| HSL | 291.43º | 0.21% | 0.67% | - |
| HSV(B) | 291.43º | 0.19% | 0.74% | - |
| XYZ | 40.51 | 36.98 | 53.15 | - |
| YUV | 166.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 189 | 0.03 | 0.19 | 0 | 0.26 | 291.43 | 0.21 | 0.67 |
| Hex | B8 | 9A | BD | 3 | 13 | 0 | 1A | 123 | 15 | 43 |
| Octal | 270 | 232 | 275 | 3 | 23 | 0 | 32 | 443 | 25 | 103 |
| Binary | 10111000 | 10011010 | 10111101 | 11 | 10011 | 0 | 11010 | 100100011 | 10101 | 1000011 |
Color Harmonies of #B89ABD
Complementary color
Monochromatic Colors of #B89ABD
Black with #B89ABD
Text Example
Text Example
White with #B89ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89ABD; }
p { color: rgb(184,154,189); }
H1.HeaderClassName
{
color: #B89ABD;
}
.AnyTagClassName
{
color: #B89ABD;
}
</style>
background-color css
<style>
a { background-color: #B89ABD; }
a { background-color: rgb(184,154,189); }
div.DivClassName
{
background-color: #B89ABD;
}
.BgClassName
{
background-color: #B89ABD;
}
</style>
border-color css
<style>
span { border-color: #B89ABD; }
span { border-color: rgb(184,154,189); }
td.TdClassName
{
border-color: #B89ABD;
}
.TagClassName
{
border-color: #B89ABD;
}
</style>