Shades of Lola #B89BBD
Tints of Lola #B89BBD
RGB
CMYK
RGB Variations
Color information
#B89BBD (or 0xB89BBD) is known color: Lola. HEX triplet: B8, 9B and BD. RGB value is (184,155,189). Sum of RGB (Red+Green+Blue) = 184+155+189=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #B89BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BBD is #476442. Grayscale: #A7A7A7. Windows color (decimal): -4678723 or 12426168. OLE color: 12426168.
HSL color Cylindrical-coordinate representation of color #B89BBD: hue angle of 291.18º 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 #B89BBD is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 155 | 189 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.26 |
| HSL | 291.18º | 0.2% | 0.67% | - |
| HSV(B) | 291.18º | 0.18% | 0.74% | - |
| XYZ | 40.67 | 37.31 | 53.2 | - |
| YUV | 167.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 189 | 0.03 | 0.18 | 0 | 0.26 | 291.18 | 0.2 | 0.67 |
| Hex | B8 | 9B | BD | 3 | 12 | 0 | 1A | 123 | 14 | 43 |
| Octal | 270 | 233 | 275 | 3 | 22 | 0 | 32 | 443 | 24 | 103 |
| Binary | 10111000 | 10011011 | 10111101 | 11 | 10010 | 0 | 11010 | 100100011 | 10100 | 1000011 |
Color Harmonies of #B89BBD
Complementary color
Monochromatic Colors of #B89BBD
Black with #B89BBD
Text Example
Text Example
White with #B89BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89BBD; }
p { color: rgb(184,155,189); }
H1.HeaderClassName
{
color: #B89BBD;
}
.AnyTagClassName
{
color: #B89BBD;
}
</style>
background-color css
<style>
a { background-color: #B89BBD; }
a { background-color: rgb(184,155,189); }
div.DivClassName
{
background-color: #B89BBD;
}
.BgClassName
{
background-color: #B89BBD;
}
</style>
border-color css
<style>
span { border-color: #B89BBD; }
span { border-color: rgb(184,155,189); }
td.TdClassName
{
border-color: #B89BBD;
}
.TagClassName
{
border-color: #B89BBD;
}
</style>