Shades of Lola #B995C1
Tints of Lola #B995C1
RGB
CMYK
RGB Variations
Color information
#B995C1 (or 0xB995C1) is known color: Lola. HEX triplet: B9, 95 and C1. RGB value is (185,149,193). Sum of RGB (Red+Green+Blue) = 185+149+193=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #B995C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995C1 is #466A3E. Grayscale: #A4A4A4. Windows color (decimal): -4614719 or 12686777. OLE color: 12686777.
HSL color Cylindrical-coordinate representation of color #B995C1: hue angle of 289.09º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B995C1 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 149 | 193 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.24 |
| HSL | 289.09º | 0.26% | 0.67% | - |
| HSV(B) | 289.09º | 0.23% | 0.76% | - |
| XYZ | 40.38 | 35.66 | 55.21 | - |
| YUV | 164.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 193 | 0.04 | 0.23 | 0 | 0.24 | 289.09 | 0.26 | 0.67 |
| Hex | B9 | 95 | C1 | 4 | 17 | 0 | 18 | 121 | 1A | 43 |
| Octal | 271 | 225 | 301 | 4 | 27 | 0 | 30 | 441 | 32 | 103 |
| Binary | 10111001 | 10010101 | 11000001 | 100 | 10111 | 0 | 11000 | 100100001 | 11010 | 1000011 |
Color Harmonies of #B995C1
Complementary color
Monochromatic Colors of #B995C1
Black with #B995C1
Text Example
Text Example
White with #B995C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B995C1; }
p { color: rgb(185,149,193); }
H1.HeaderClassName
{
color: #B995C1;
}
.AnyTagClassName
{
color: #B995C1;
}
</style>
background-color css
<style>
a { background-color: #B995C1; }
a { background-color: rgb(185,149,193); }
div.DivClassName
{
background-color: #B995C1;
}
.BgClassName
{
background-color: #B995C1;
}
</style>
border-color css
<style>
span { border-color: #B995C1; }
span { border-color: rgb(185,149,193); }
td.TdClassName
{
border-color: #B995C1;
}
.TagClassName
{
border-color: #B995C1;
}
</style>