Shades of Lola #B996C1
Tints of Lola #B996C1
RGB
CMYK
RGB Variations
Color information
#B996C1 (or 0xB996C1) is known color: Lola. HEX triplet: B9, 96 and C1. RGB value is (185,150,193). Sum of RGB (Red+Green+Blue) = 185+150+193=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 193 - color contains mainly: blue. Hex color #B996C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996C1 is #46693E. Grayscale: #A5A5A5. Windows color (decimal): -4614463 or 12687033. OLE color: 12687033.
HSL color Cylindrical-coordinate representation of color #B996C1: hue angle of 288.84º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B996C1 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 150 | 193 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.24 |
| HSL | 288.84º | 0.26% | 0.67% | - |
| HSV(B) | 288.84º | 0.22% | 0.76% | - |
| XYZ | 40.54 | 35.98 | 55.26 | - |
| YUV | 165.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 193 | 0.04 | 0.22 | 0 | 0.24 | 288.84 | 0.26 | 0.67 |
| Hex | B9 | 96 | C1 | 4 | 16 | 0 | 18 | 121 | 1A | 43 |
| Octal | 271 | 226 | 301 | 4 | 26 | 0 | 30 | 441 | 32 | 103 |
| Binary | 10111001 | 10010110 | 11000001 | 100 | 10110 | 0 | 11000 | 100100001 | 11010 | 1000011 |
Color Harmonies of #B996C1
Complementary color
Monochromatic Colors of #B996C1
Black with #B996C1
Text Example
Text Example
White with #B996C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B996C1; }
p { color: rgb(185,150,193); }
H1.HeaderClassName
{
color: #B996C1;
}
.AnyTagClassName
{
color: #B996C1;
}
</style>
background-color css
<style>
a { background-color: #B996C1; }
a { background-color: rgb(185,150,193); }
div.DivClassName
{
background-color: #B996C1;
}
.BgClassName
{
background-color: #B996C1;
}
</style>
border-color css
<style>
span { border-color: #B996C1; }
span { border-color: rgb(185,150,193); }
td.TdClassName
{
border-color: #B996C1;
}
.TagClassName
{
border-color: #B996C1;
}
</style>