Shades of Lola #C4BEC5
Tints of Lola #C4BEC5
RGB
CMYK
RGB Variations
Color information
#C4BEC5 (or 0xC4BEC5) is known color: Lola. HEX triplet: C4, BE and C5. RGB value is (196,190,197). Sum of RGB (Red+Green+Blue) = 196+190+197=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 197 - color contains mainly: blue. Hex color #C4BEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEC5 is #3B413A. Grayscale: #C0C0C0. Windows color (decimal): -3883323 or 12959428. OLE color: 12959428.
HSL color Cylindrical-coordinate representation of color #C4BEC5: hue angle of 291.43º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4BEC5 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 190 | 197 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.23 |
| HSL | 291.43º | 0.06% | 0.76% | - |
| HSV(B) | 291.43º | 0.04% | 0.77% | - |
| XYZ | 51.26 | 52.59 | 60.27 | - |
| YUV | 192.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 197 | 0.01 | 0.04 | 0 | 0.23 | 291.43 | 0.06 | 0.76 |
| Hex | C4 | BE | C5 | 1 | 4 | 0 | 17 | 123 | 6 | 4C |
| Octal | 304 | 276 | 305 | 1 | 4 | 0 | 27 | 443 | 6 | 114 |
| Binary | 11000100 | 10111110 | 11000101 | 1 | 100 | 0 | 10111 | 100100011 | 110 | 1001100 |
Color Harmonies of #C4BEC5
Complementary color
Monochromatic Colors of #C4BEC5
Black with #C4BEC5
Text Example
Text Example
White with #C4BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEC5; }
p { color: rgb(196,190,197); }
H1.HeaderClassName
{
color: #C4BEC5;
}
.AnyTagClassName
{
color: #C4BEC5;
}
</style>
background-color css
<style>
a { background-color: #C4BEC5; }
a { background-color: rgb(196,190,197); }
div.DivClassName
{
background-color: #C4BEC5;
}
.BgClassName
{
background-color: #C4BEC5;
}
</style>
border-color css
<style>
span { border-color: #C4BEC5; }
span { border-color: rgb(196,190,197); }
td.TdClassName
{
border-color: #C4BEC5;
}
.TagClassName
{
border-color: #C4BEC5;
}
</style>