Shades of Lola #B79BBF
Tints of Lola #B79BBF
RGB
CMYK
RGB Variations
Color information
#B79BBF (or 0xB79BBF) is known color: Lola. HEX triplet: B7, 9B and BF. RGB value is (183,155,191). Sum of RGB (Red+Green+Blue) = 183+155+191=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 191 - color contains mainly: blue. Hex color #B79BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79BBF is #486440. Grayscale: #A7A7A7. Windows color (decimal): -4744257 or 12557239. OLE color: 12557239.
HSL color Cylindrical-coordinate representation of color #B79BBF: hue angle of 286.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B79BBF is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 155 | 191 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.25 |
| HSL | 286.67º | 0.22% | 0.68% | - |
| HSV(B) | 286.67º | 0.19% | 0.75% | - |
| XYZ | 40.65 | 37.27 | 54.34 | - |
| YUV | 167.48 | 141.28 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 155 | 191 | 0.04 | 0.19 | 0 | 0.25 | 286.67 | 0.22 | 0.68 |
| Hex | B7 | 9B | BF | 4 | 13 | 0 | 19 | 11F | 16 | 44 |
| Octal | 267 | 233 | 277 | 4 | 23 | 0 | 31 | 437 | 26 | 104 |
| Binary | 10110111 | 10011011 | 10111111 | 100 | 10011 | 0 | 11001 | 100011111 | 10110 | 1000100 |
Color Harmonies of #B79BBF
Complementary color
Monochromatic Colors of #B79BBF
Black with #B79BBF
Text Example
Text Example
White with #B79BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79BBF; }
p { color: rgb(183,155,191); }
H1.HeaderClassName
{
color: #B79BBF;
}
.AnyTagClassName
{
color: #B79BBF;
}
</style>
background-color css
<style>
a { background-color: #B79BBF; }
a { background-color: rgb(183,155,191); }
div.DivClassName
{
background-color: #B79BBF;
}
.BgClassName
{
background-color: #B79BBF;
}
</style>
border-color css
<style>
span { border-color: #B79BBF; }
span { border-color: rgb(183,155,191); }
td.TdClassName
{
border-color: #B79BBF;
}
.TagClassName
{
border-color: #B79BBF;
}
</style>