Shades of Lola #B798B9
Tints of Lola #B798B9
RGB
CMYK
RGB Variations
Color information
#B798B9 (or 0xB798B9) is known color: Lola. HEX triplet: B7, 98 and B9. RGB value is (183,152,185). Sum of RGB (Red+Green+Blue) = 183+152+185=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 185 - color contains mainly: blue. Hex color #B798B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B798B9 is #486746. Grayscale: #A4A4A4. Windows color (decimal): -4745031 or 12163255. OLE color: 12163255.
HSL color Cylindrical-coordinate representation of color #B798B9: hue angle of 296.36º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B798B9 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 152 | 185 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.27 |
| HSL | 296.36º | 0.19% | 0.66% | - |
| HSV(B) | 296.36º | 0.18% | 0.73% | - |
| XYZ | 39.51 | 36.03 | 50.77 | - |
| YUV | 165.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 152 | 185 | 0.01 | 0.18 | 0 | 0.27 | 296.36 | 0.19 | 0.66 |
| Hex | B7 | 98 | B9 | 1 | 12 | 0 | 1B | 128 | 13 | 42 |
| Octal | 267 | 230 | 271 | 1 | 22 | 0 | 33 | 450 | 23 | 102 |
| Binary | 10110111 | 10011000 | 10111001 | 1 | 10010 | 0 | 11011 | 100101000 | 10011 | 1000010 |
Color Harmonies of #B798B9
Complementary color
Monochromatic Colors of #B798B9
Black with #B798B9
Text Example
Text Example
White with #B798B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B798B9; }
p { color: rgb(183,152,185); }
H1.HeaderClassName
{
color: #B798B9;
}
.AnyTagClassName
{
color: #B798B9;
}
</style>
background-color css
<style>
a { background-color: #B798B9; }
a { background-color: rgb(183,152,185); }
div.DivClassName
{
background-color: #B798B9;
}
.BgClassName
{
background-color: #B798B9;
}
</style>
border-color css
<style>
span { border-color: #B798B9; }
span { border-color: rgb(183,152,185); }
td.TdClassName
{
border-color: #B798B9;
}
.TagClassName
{
border-color: #B798B9;
}
</style>