Shades of Lola #B995BB
Tints of Lola #B995BB
RGB
CMYK
RGB Variations
Color information
#B995BB (or 0xB995BB) is known color: Lola. HEX triplet: B9, 95 and BB. RGB value is (185,149,187). Sum of RGB (Red+Green+Blue) = 185+149+187=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #B995BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995BB is #466A44. Grayscale: #A3A3A3. Windows color (decimal): -4614725 or 12293561. OLE color: 12293561.
HSL color Cylindrical-coordinate representation of color #B995BB: hue angle of 296.84º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B995BB is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 149 | 187 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.27 |
| HSL | 296.84º | 0.22% | 0.66% | - |
| HSV(B) | 296.84º | 0.2% | 0.73% | - |
| XYZ | 39.72 | 35.4 | 51.75 | - |
| YUV | 164.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 187 | 0.01 | 0.20 | 0 | 0.27 | 296.84 | 0.22 | 0.66 |
| Hex | B9 | 95 | BB | 1 | 14 | 0 | 1B | 129 | 16 | 42 |
| Octal | 271 | 225 | 273 | 1 | 24 | 0 | 33 | 451 | 26 | 102 |
| Binary | 10111001 | 10010101 | 10111011 | 1 | 10100 | 0 | 11011 | 100101001 | 10110 | 1000010 |
Color Harmonies of #B995BB
Complementary color
Monochromatic Colors of #B995BB
Black with #B995BB
Text Example
Text Example
White with #B995BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B995BB; }
p { color: rgb(185,149,187); }
H1.HeaderClassName
{
color: #B995BB;
}
.AnyTagClassName
{
color: #B995BB;
}
</style>
background-color css
<style>
a { background-color: #B995BB; }
a { background-color: rgb(185,149,187); }
div.DivClassName
{
background-color: #B995BB;
}
.BgClassName
{
background-color: #B995BB;
}
</style>
border-color css
<style>
span { border-color: #B995BB; }
span { border-color: rgb(185,149,187); }
td.TdClassName
{
border-color: #B995BB;
}
.TagClassName
{
border-color: #B995BB;
}
</style>