Shades of Lola #C4BAC4
Tints of Lola #C4BAC4
RGB
CMYK
RGB Variations
Color information
#C4BAC4 (or 0xC4BAC4) is known color: Lola. HEX triplet: C4, BA and C4. RGB value is (196,186,196). Sum of RGB (Red+Green+Blue) = 196+186+196=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 196 - color contains mainly: red, blue. Hex color #C4BAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BAC4 is #3B453B. Grayscale: #BEBEBE. Windows color (decimal): -3884348 or 12892868. OLE color: 12892868.
HSL color Cylindrical-coordinate representation of color #C4BAC4: hue angle of 300º degrees, saturation: 0.08, 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 #C4BAC4 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 196 | - |
| CMYK | 0 | 0.05 | 0 | 0.23 |
| HSL | 300º | 0.08% | 0.75% | - |
| HSV(B) | 300º | 0.05% | 0.77% | - |
| XYZ | 50.29 | 50.84 | 59.39 | - |
| YUV | 190.13 | 131.31 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 196 | 0 | 0.05 | 0 | 0.23 | 300 | 0.08 | 0.75 |
| Hex | C4 | BA | C4 | 0 | 5 | 0 | 17 | 12C | 8 | 4B |
| Octal | 304 | 272 | 304 | 0 | 5 | 0 | 27 | 454 | 10 | 113 |
| Binary | 11000100 | 10111010 | 11000100 | 0 | 101 | 0 | 10111 | 100101100 | 1000 | 1001011 |
Color Harmonies of #C4BAC4
Complementary color
Monochromatic Colors of #C4BAC4
Black with #C4BAC4
Text Example
Text Example
White with #C4BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BAC4; }
p { color: rgb(196,186,196); }
H1.HeaderClassName
{
color: #C4BAC4;
}
.AnyTagClassName
{
color: #C4BAC4;
}
</style>
background-color css
<style>
a { background-color: #C4BAC4; }
a { background-color: rgb(196,186,196); }
div.DivClassName
{
background-color: #C4BAC4;
}
.BgClassName
{
background-color: #C4BAC4;
}
</style>
border-color css
<style>
span { border-color: #C4BAC4; }
span { border-color: rgb(196,186,196); }
td.TdClassName
{
border-color: #C4BAC4;
}
.TagClassName
{
border-color: #C4BAC4;
}
</style>