Shades of Lola #B89ABC
Tints of Lola #B89ABC
RGB
CMYK
RGB Variations
Color information
#B89ABC (or 0xB89ABC) is known color: Lola. HEX triplet: B8, 9A and BC. RGB value is (184,154,188). Sum of RGB (Red+Green+Blue) = 184+154+188=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #B89ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ABC is #476543. Grayscale: #A6A6A6. Windows color (decimal): -4678980 or 12360376. OLE color: 12360376.
HSL color Cylindrical-coordinate representation of color #B89ABC: hue angle of 292.94º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B89ABC is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 154 | 188 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.26 |
| HSL | 292.94º | 0.2% | 0.67% | - |
| HSV(B) | 292.94º | 0.18% | 0.74% | - |
| XYZ | 40.4 | 36.93 | 52.58 | - |
| YUV | 166.85 | 139.94 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 188 | 0.02 | 0.18 | 0 | 0.26 | 292.94 | 0.2 | 0.67 |
| Hex | B8 | 9A | BC | 2 | 12 | 0 | 1A | 125 | 14 | 43 |
| Octal | 270 | 232 | 274 | 2 | 22 | 0 | 32 | 445 | 24 | 103 |
| Binary | 10111000 | 10011010 | 10111100 | 10 | 10010 | 0 | 11010 | 100100101 | 10100 | 1000011 |
Color Harmonies of #B89ABC
Complementary color
Monochromatic Colors of #B89ABC
Black with #B89ABC
Text Example
Text Example
White with #B89ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89ABC; }
p { color: rgb(184,154,188); }
H1.HeaderClassName
{
color: #B89ABC;
}
.AnyTagClassName
{
color: #B89ABC;
}
</style>
background-color css
<style>
a { background-color: #B89ABC; }
a { background-color: rgb(184,154,188); }
div.DivClassName
{
background-color: #B89ABC;
}
.BgClassName
{
background-color: #B89ABC;
}
</style>
border-color css
<style>
span { border-color: #B89ABC; }
span { border-color: rgb(184,154,188); }
td.TdClassName
{
border-color: #B89ABC;
}
.TagClassName
{
border-color: #B89ABC;
}
</style>