Shades of Lola #C0BCC1
Tints of Lola #C0BCC1
RGB
CMYK
RGB Variations
Color information
#C0BCC1 (or 0xC0BCC1) is known color: Lola. HEX triplet: C0, BC and C1. RGB value is (192,188,193). Sum of RGB (Red+Green+Blue) = 192+188+193=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 193 - color contains mainly: blue. Hex color #C0BCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCC1 is #3F433E. Grayscale: #BDBDBD. Windows color (decimal): -4145983 or 12696768. OLE color: 12696768.
HSL color Cylindrical-coordinate representation of color #C0BCC1: hue angle of 288º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C0BCC1 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 188 | 193 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.24 |
| HSL | 288º | 0.04% | 0.75% | - |
| HSV(B) | 288º | 0.03% | 0.76% | - |
| XYZ | 49.35 | 51.02 | 57.7 | - |
| YUV | 189.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 193 | 0.01 | 0.03 | 0 | 0.24 | 288 | 0.04 | 0.75 |
| Hex | C0 | BC | C1 | 1 | 3 | 0 | 18 | 120 | 4 | 4B |
| Octal | 300 | 274 | 301 | 1 | 3 | 0 | 30 | 440 | 4 | 113 |
| Binary | 11000000 | 10111100 | 11000001 | 1 | 11 | 0 | 11000 | 100100000 | 100 | 1001011 |
Color Harmonies of #C0BCC1
Complementary color
Monochromatic Colors of #C0BCC1
Black with #C0BCC1
Text Example
Text Example
White with #C0BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCC1; }
p { color: rgb(192,188,193); }
H1.HeaderClassName
{
color: #C0BCC1;
}
.AnyTagClassName
{
color: #C0BCC1;
}
</style>
background-color css
<style>
a { background-color: #C0BCC1; }
a { background-color: rgb(192,188,193); }
div.DivClassName
{
background-color: #C0BCC1;
}
.BgClassName
{
background-color: #C0BCC1;
}
</style>
border-color css
<style>
span { border-color: #C0BCC1; }
span { border-color: rgb(192,188,193); }
td.TdClassName
{
border-color: #C0BCC1;
}
.TagClassName
{
border-color: #C0BCC1;
}
</style>