Shades of Lola #B698BA
Tints of Lola #B698BA
RGB
CMYK
RGB Variations
Color information
#B698BA (or 0xB698BA) is known color: Lola. HEX triplet: B6, 98 and BA. RGB value is (182,152,186). Sum of RGB (Red+Green+Blue) = 182+152+186=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #B698BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B698BA is #496745. Grayscale: #A4A4A4. Windows color (decimal): -4810566 or 12228790. OLE color: 12228790.
HSL color Cylindrical-coordinate representation of color #B698BA: hue angle of 292.94º degrees, saturation: 0.2, 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 #B698BA is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 152 | 186 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.27 |
| HSL | 292.94º | 0.2% | 0.66% | - |
| HSV(B) | 292.94º | 0.18% | 0.73% | - |
| XYZ | 39.38 | 35.95 | 51.32 | - |
| YUV | 164.85 | 139.94 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 152 | 186 | 0.02 | 0.18 | 0 | 0.27 | 292.94 | 0.2 | 0.66 |
| Hex | B6 | 98 | BA | 2 | 12 | 0 | 1B | 125 | 14 | 42 |
| Octal | 266 | 230 | 272 | 2 | 22 | 0 | 33 | 445 | 24 | 102 |
| Binary | 10110110 | 10011000 | 10111010 | 10 | 10010 | 0 | 11011 | 100100101 | 10100 | 1000010 |
Color Harmonies of #B698BA
Complementary color
Monochromatic Colors of #B698BA
Black with #B698BA
Text Example
Text Example
White with #B698BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B698BA; }
p { color: rgb(182,152,186); }
H1.HeaderClassName
{
color: #B698BA;
}
.AnyTagClassName
{
color: #B698BA;
}
</style>
background-color css
<style>
a { background-color: #B698BA; }
a { background-color: rgb(182,152,186); }
div.DivClassName
{
background-color: #B698BA;
}
.BgClassName
{
background-color: #B698BA;
}
</style>
border-color css
<style>
span { border-color: #B698BA; }
span { border-color: rgb(182,152,186); }
td.TdClassName
{
border-color: #B698BA;
}
.TagClassName
{
border-color: #B698BA;
}
</style>