Shades of Lola #C2BCC3
Tints of Lola #C2BCC3
RGB
CMYK
RGB Variations
Color information
#C2BCC3 (or 0xC2BCC3) is known color: Lola. HEX triplet: C2, BC and C3. RGB value is (194,188,195). Sum of RGB (Red+Green+Blue) = 194+188+195=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 195 - color contains mainly: blue. Hex color #C2BCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCC3 is #3D433C. Grayscale: #BEBEBE. Windows color (decimal): -4014909 or 12827842. OLE color: 12827842.
HSL color Cylindrical-coordinate representation of color #C2BCC3: hue angle of 291.43º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2BCC3 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 195 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.24 |
| HSL | 291.43º | 0.06% | 0.75% | - |
| HSV(B) | 291.43º | 0.04% | 0.76% | - |
| XYZ | 50.08 | 51.38 | 58.91 | - |
| YUV | 190.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 195 | 0.01 | 0.04 | 0 | 0.24 | 291.43 | 0.06 | 0.75 |
| Hex | C2 | BC | C3 | 1 | 4 | 0 | 18 | 123 | 6 | 4B |
| Octal | 302 | 274 | 303 | 1 | 4 | 0 | 30 | 443 | 6 | 113 |
| Binary | 11000010 | 10111100 | 11000011 | 1 | 100 | 0 | 11000 | 100100011 | 110 | 1001011 |
Color Harmonies of #C2BCC3
Complementary color
Monochromatic Colors of #C2BCC3
Black with #C2BCC3
Text Example
Text Example
White with #C2BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCC3; }
p { color: rgb(194,188,195); }
H1.HeaderClassName
{
color: #C2BCC3;
}
.AnyTagClassName
{
color: #C2BCC3;
}
</style>
background-color css
<style>
a { background-color: #C2BCC3; }
a { background-color: rgb(194,188,195); }
div.DivClassName
{
background-color: #C2BCC3;
}
.BgClassName
{
background-color: #C2BCC3;
}
</style>
border-color css
<style>
span { border-color: #C2BCC3; }
span { border-color: rgb(194,188,195); }
td.TdClassName
{
border-color: #C2BCC3;
}
.TagClassName
{
border-color: #C2BCC3;
}
</style>