Shades of Lola #B79BBC
Tints of Lola #B79BBC
RGB
CMYK
RGB Variations
Color information
#B79BBC (or 0xB79BBC) is known color: Lola. HEX triplet: B7, 9B and BC. RGB value is (183,155,188). Sum of RGB (Red+Green+Blue) = 183+155+188=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 155 (60.94% from 255 or 29.47% 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 #B79BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79BBC is #486443. Grayscale: #A7A7A7. Windows color (decimal): -4744260 or 12360631. OLE color: 12360631.
HSL color Cylindrical-coordinate representation of color #B79BBC: hue angle of 290.91º 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 #B79BBC is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 155 | 188 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.26 |
| HSL | 290.91º | 0.2% | 0.67% | - |
| HSV(B) | 290.91º | 0.18% | 0.74% | - |
| XYZ | 40.33 | 37.14 | 52.62 | - |
| YUV | 167.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 155 | 188 | 0.03 | 0.18 | 0 | 0.26 | 290.91 | 0.2 | 0.67 |
| Hex | B7 | 9B | BC | 3 | 12 | 0 | 1A | 123 | 14 | 43 |
| Octal | 267 | 233 | 274 | 3 | 22 | 0 | 32 | 443 | 24 | 103 |
| Binary | 10110111 | 10011011 | 10111100 | 11 | 10010 | 0 | 11010 | 100100011 | 10100 | 1000011 |
Color Harmonies of #B79BBC
Complementary color
Monochromatic Colors of #B79BBC
Black with #B79BBC
Text Example
Text Example
White with #B79BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79BBC; }
p { color: rgb(183,155,188); }
H1.HeaderClassName
{
color: #B79BBC;
}
.AnyTagClassName
{
color: #B79BBC;
}
</style>
background-color css
<style>
a { background-color: #B79BBC; }
a { background-color: rgb(183,155,188); }
div.DivClassName
{
background-color: #B79BBC;
}
.BgClassName
{
background-color: #B79BBC;
}
</style>
border-color css
<style>
span { border-color: #B79BBC; }
span { border-color: rgb(183,155,188); }
td.TdClassName
{
border-color: #B79BBC;
}
.TagClassName
{
border-color: #B79BBC;
}
</style>