Shades of Lola #B997BB
Tints of Lola #B997BB
RGB
CMYK
RGB Variations
Color information
#B997BB (or 0xB997BB) is known color: Lola. HEX triplet: B9, 97 and BB. RGB value is (185,151,187). Sum of RGB (Red+Green+Blue) = 185+151+187=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #B997BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997BB is #466844. Grayscale: #A5A5A5. Windows color (decimal): -4614213 or 12294073. OLE color: 12294073.
HSL color Cylindrical-coordinate representation of color #B997BB: hue angle of 296.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B997BB is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 151 | 187 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.27 |
| HSL | 296.67º | 0.21% | 0.66% | - |
| HSV(B) | 296.67º | 0.19% | 0.73% | - |
| XYZ | 40.04 | 36.04 | 51.86 | - |
| YUV | 165.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 187 | 0.01 | 0.19 | 0 | 0.27 | 296.67 | 0.21 | 0.66 |
| Hex | B9 | 97 | BB | 1 | 13 | 0 | 1B | 129 | 15 | 42 |
| Octal | 271 | 227 | 273 | 1 | 23 | 0 | 33 | 451 | 25 | 102 |
| Binary | 10111001 | 10010111 | 10111011 | 1 | 10011 | 0 | 11011 | 100101001 | 10101 | 1000010 |
Color Harmonies of #B997BB
Complementary color
Monochromatic Colors of #B997BB
Black with #B997BB
Text Example
Text Example
White with #B997BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B997BB; }
p { color: rgb(185,151,187); }
H1.HeaderClassName
{
color: #B997BB;
}
.AnyTagClassName
{
color: #B997BB;
}
</style>
background-color css
<style>
a { background-color: #B997BB; }
a { background-color: rgb(185,151,187); }
div.DivClassName
{
background-color: #B997BB;
}
.BgClassName
{
background-color: #B997BB;
}
</style>
border-color css
<style>
span { border-color: #B997BB; }
span { border-color: rgb(185,151,187); }
td.TdClassName
{
border-color: #B997BB;
}
.TagClassName
{
border-color: #B997BB;
}
</style>