Shades of Lola #B99BC0
Tints of Lola #B99BC0
RGB
CMYK
RGB Variations
Color information
#B99BC0 (or 0xB99BC0) is known color: Lola. HEX triplet: B9, 9B and C0. RGB value is (185,155,192). Sum of RGB (Red+Green+Blue) = 185+155+192=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 192 - color contains mainly: blue. Hex color #B99BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BC0 is #46643F. Grayscale: #A8A8A8. Windows color (decimal): -4613184 or 12622777. OLE color: 12622777.
HSL color Cylindrical-coordinate representation of color #B99BC0: hue angle of 288.65º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B99BC0 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 155 | 192 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.25 |
| HSL | 288.65º | 0.23% | 0.68% | - |
| HSV(B) | 288.65º | 0.19% | 0.75% | - |
| XYZ | 41.24 | 37.56 | 54.95 | - |
| YUV | 168.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 192 | 0.04 | 0.19 | 0 | 0.25 | 288.65 | 0.23 | 0.68 |
| Hex | B9 | 9B | C0 | 4 | 13 | 0 | 19 | 121 | 17 | 44 |
| Octal | 271 | 233 | 300 | 4 | 23 | 0 | 31 | 441 | 27 | 104 |
| Binary | 10111001 | 10011011 | 11000000 | 100 | 10011 | 0 | 11001 | 100100001 | 10111 | 1000100 |
Color Harmonies of #B99BC0
Complementary color
Monochromatic Colors of #B99BC0
Black with #B99BC0
Text Example
Text Example
White with #B99BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99BC0; }
p { color: rgb(185,155,192); }
H1.HeaderClassName
{
color: #B99BC0;
}
.AnyTagClassName
{
color: #B99BC0;
}
</style>
background-color css
<style>
a { background-color: #B99BC0; }
a { background-color: rgb(185,155,192); }
div.DivClassName
{
background-color: #B99BC0;
}
.BgClassName
{
background-color: #B99BC0;
}
</style>
border-color css
<style>
span { border-color: #B99BC0; }
span { border-color: rgb(185,155,192); }
td.TdClassName
{
border-color: #B99BC0;
}
.TagClassName
{
border-color: #B99BC0;
}
</style>