Shades of Lola #B89BBC
Tints of Lola #B89BBC
RGB
CMYK
RGB Variations
Color information
#B89BBC (or 0xB89BBC) is known color: Lola. HEX triplet: B8, 9B and BC. RGB value is (184,155,188). Sum of RGB (Red+Green+Blue) = 184+155+188=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #B89BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BBC is #476443. Grayscale: #A7A7A7. Windows color (decimal): -4678724 or 12360632. OLE color: 12360632.
HSL color Cylindrical-coordinate representation of color #B89BBC: hue angle of 292.73º 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 #B89BBC is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 155 | 188 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.26 |
| HSL | 292.73º | 0.2% | 0.67% | - |
| HSV(B) | 292.73º | 0.18% | 0.74% | - |
| XYZ | 40.57 | 37.26 | 52.63 | - |
| YUV | 167.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 188 | 0.02 | 0.18 | 0 | 0.26 | 292.73 | 0.2 | 0.67 |
| Hex | B8 | 9B | BC | 2 | 12 | 0 | 1A | 125 | 14 | 43 |
| Octal | 270 | 233 | 274 | 2 | 22 | 0 | 32 | 445 | 24 | 103 |
| Binary | 10111000 | 10011011 | 10111100 | 10 | 10010 | 0 | 11010 | 100100101 | 10100 | 1000011 |
Color Harmonies of #B89BBC
Complementary color
Monochromatic Colors of #B89BBC
Black with #B89BBC
Text Example
Text Example
White with #B89BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89BBC; }
p { color: rgb(184,155,188); }
H1.HeaderClassName
{
color: #B89BBC;
}
.AnyTagClassName
{
color: #B89BBC;
}
</style>
background-color css
<style>
a { background-color: #B89BBC; }
a { background-color: rgb(184,155,188); }
div.DivClassName
{
background-color: #B89BBC;
}
.BgClassName
{
background-color: #B89BBC;
}
</style>
border-color css
<style>
span { border-color: #B89BBC; }
span { border-color: rgb(184,155,188); }
td.TdClassName
{
border-color: #B89BBC;
}
.TagClassName
{
border-color: #B89BBC;
}
</style>