Shades of Lola #C5BCC5
Tints of Lola #C5BCC5
RGB
CMYK
RGB Variations
Color information
#C5BCC5 (or 0xC5BCC5) is known color: Lola. HEX triplet: C5, BC and C5. RGB value is (197,188,197). Sum of RGB (Red+Green+Blue) = 197+188+197=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 197 - color contains mainly: red, blue. Hex color #C5BCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCC5 is #3A433A. Grayscale: #BFBFBF. Windows color (decimal): -3818299 or 12958917. OLE color: 12958917.
HSL color Cylindrical-coordinate representation of color #C5BCC5: hue angle of 300º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5BCC5 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 188 | 197 | - |
CMYK | 0 | 0.05 | 0 | 0.23 |
HSL | 300º | 0.07% | 0.75% | - |
HSV(B) | 300º | 0.05% | 0.77% | - |
XYZ | 51.09 | 51.87 | 60.14 | - |
YUV | 191.72 | 130.98 | 131.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 188 | 197 | 0 | 0.05 | 0 | 0.23 | 300 | 0.07 | 0.75 |
Hex | C5 | BC | C5 | 0 | 5 | 0 | 17 | 12C | 7 | 4B |
Octal | 305 | 274 | 305 | 0 | 5 | 0 | 27 | 454 | 7 | 113 |
Binary | 11000101 | 10111100 | 11000101 | 0 | 101 | 0 | 10111 | 100101100 | 111 | 1001011 |
Color Harmonies of #C5BCC5
Complementary color
Monochromatic Colors of #C5BCC5
Black with #C5BCC5
Text Example
Text Example
White with #C5BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCC5; }
p { color: rgb(197,188,197); }
H1.HeaderClassName
{
color: #C5BCC5;
}
.AnyTagClassName
{
color: #C5BCC5;
}
</style>
background-color css
<style>
a { background-color: #C5BCC5; }
a { background-color: rgb(197,188,197); }
div.DivClassName
{
background-color: #C5BCC5;
}
.BgClassName
{
background-color: #C5BCC5;
}
</style>
border-color css
<style>
span { border-color: #C5BCC5; }
span { border-color: rgb(197,188,197); }
td.TdClassName
{
border-color: #C5BCC5;
}
.TagClassName
{
border-color: #C5BCC5;
}
</style>