Shades of Lola #B996C0
Tints of Lola #B996C0
RGB
CMYK
RGB Variations
Color information
#B996C0 (or 0xB996C0) is known color: Lola. HEX triplet: B9, 96 and C0. RGB value is (185,150,192). Sum of RGB (Red+Green+Blue) = 185+150+192=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 192 - color contains mainly: blue. Hex color #B996C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996C0 is #46693F. Grayscale: #A5A5A5. Windows color (decimal): -4614464 or 12621497. OLE color: 12621497.
HSL color Cylindrical-coordinate representation of color #B996C0: hue angle of 290º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B996C0 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 150 | 192 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.25 |
| HSL | 290º | 0.25% | 0.67% | - |
| HSV(B) | 290º | 0.22% | 0.75% | - |
| XYZ | 40.43 | 35.93 | 54.67 | - |
| YUV | 165.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 192 | 0.04 | 0.22 | 0 | 0.25 | 290 | 0.25 | 0.67 |
| Hex | B9 | 96 | C0 | 4 | 16 | 0 | 19 | 122 | 19 | 43 |
| Octal | 271 | 226 | 300 | 4 | 26 | 0 | 31 | 442 | 31 | 103 |
| Binary | 10111001 | 10010110 | 11000000 | 100 | 10110 | 0 | 11001 | 100100010 | 11001 | 1000011 |
Color Harmonies of #B996C0
Complementary color
Monochromatic Colors of #B996C0
Black with #B996C0
Text Example
Text Example
White with #B996C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B996C0; }
p { color: rgb(185,150,192); }
H1.HeaderClassName
{
color: #B996C0;
}
.AnyTagClassName
{
color: #B996C0;
}
</style>
background-color css
<style>
a { background-color: #B996C0; }
a { background-color: rgb(185,150,192); }
div.DivClassName
{
background-color: #B996C0;
}
.BgClassName
{
background-color: #B996C0;
}
</style>
border-color css
<style>
span { border-color: #B996C0; }
span { border-color: rgb(185,150,192); }
td.TdClassName
{
border-color: #B996C0;
}
.TagClassName
{
border-color: #B996C0;
}
</style>