Shades of Lola #B994C0
Tints of Lola #B994C0
RGB
CMYK
RGB Variations
Color information
#B994C0 (or 0xB994C0) is known color: Lola. HEX triplet: B9, 94 and C0. RGB value is (185,148,192). Sum of RGB (Red+Green+Blue) = 185+148+192=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 192 - color contains mainly: blue. Hex color #B994C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994C0 is #466B3F. Grayscale: #A3A3A3. Windows color (decimal): -4614976 or 12620985. OLE color: 12620985.
HSL color Cylindrical-coordinate representation of color #B994C0: hue angle of 290.45º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B994C0 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 148 | 192 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.25 |
| HSL | 290.45º | 0.26% | 0.67% | - |
| HSV(B) | 290.45º | 0.23% | 0.75% | - |
| XYZ | 40.11 | 35.3 | 54.57 | - |
| YUV | 164.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 148 | 192 | 0.04 | 0.23 | 0 | 0.25 | 290.45 | 0.26 | 0.67 |
| Hex | B9 | 94 | C0 | 4 | 17 | 0 | 19 | 122 | 1A | 43 |
| Octal | 271 | 224 | 300 | 4 | 27 | 0 | 31 | 442 | 32 | 103 |
| Binary | 10111001 | 10010100 | 11000000 | 100 | 10111 | 0 | 11001 | 100100010 | 11010 | 1000011 |
Color Harmonies of #B994C0
Complementary color
Monochromatic Colors of #B994C0
Black with #B994C0
Text Example
Text Example
White with #B994C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B994C0; }
p { color: rgb(185,148,192); }
H1.HeaderClassName
{
color: #B994C0;
}
.AnyTagClassName
{
color: #B994C0;
}
</style>
background-color css
<style>
a { background-color: #B994C0; }
a { background-color: rgb(185,148,192); }
div.DivClassName
{
background-color: #B994C0;
}
.BgClassName
{
background-color: #B994C0;
}
</style>
border-color css
<style>
span { border-color: #B994C0; }
span { border-color: rgb(185,148,192); }
td.TdClassName
{
border-color: #B994C0;
}
.TagClassName
{
border-color: #B994C0;
}
</style>