Shades of Lola #B79BBD
Tints of Lola #B79BBD
RGB
CMYK
RGB Variations
Color information
#B79BBD (or 0xB79BBD) is known color: Lola. HEX triplet: B7, 9B and BD. RGB value is (183,155,189). Sum of RGB (Red+Green+Blue) = 183+155+189=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #B79BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79BBD is #486442. Grayscale: #A7A7A7. Windows color (decimal): -4744259 or 12426167. OLE color: 12426167.
HSL color Cylindrical-coordinate representation of color #B79BBD: hue angle of 289.41º 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 #B79BBD is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 155 | 189 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.26 |
| HSL | 289.41º | 0.2% | 0.67% | - |
| HSV(B) | 289.41º | 0.18% | 0.74% | - |
| XYZ | 40.44 | 37.18 | 53.19 | - |
| YUV | 167.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 155 | 189 | 0.03 | 0.18 | 0 | 0.26 | 289.41 | 0.2 | 0.67 |
| Hex | B7 | 9B | BD | 3 | 12 | 0 | 1A | 121 | 14 | 43 |
| Octal | 267 | 233 | 275 | 3 | 22 | 0 | 32 | 441 | 24 | 103 |
| Binary | 10110111 | 10011011 | 10111101 | 11 | 10010 | 0 | 11010 | 100100001 | 10100 | 1000011 |
Color Harmonies of #B79BBD
Complementary color
Monochromatic Colors of #B79BBD
Black with #B79BBD
Text Example
Text Example
White with #B79BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79BBD; }
p { color: rgb(183,155,189); }
H1.HeaderClassName
{
color: #B79BBD;
}
.AnyTagClassName
{
color: #B79BBD;
}
</style>
background-color css
<style>
a { background-color: #B79BBD; }
a { background-color: rgb(183,155,189); }
div.DivClassName
{
background-color: #B79BBD;
}
.BgClassName
{
background-color: #B79BBD;
}
</style>
border-color css
<style>
span { border-color: #B79BBD; }
span { border-color: rgb(183,155,189); }
td.TdClassName
{
border-color: #B79BBD;
}
.TagClassName
{
border-color: #B79BBD;
}
</style>