Shades of French Grey #C1BCC5
Tints of French Grey #C1BCC5
RGB
CMYK
RGB Variations
Color information
#C1BCC5 (or 0xC1BCC5) is known color: French Grey. HEX triplet: C1, BC and C5. RGB value is (193,188,197). Sum of RGB (Red+Green+Blue) = 193+188+197=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 197 - color contains mainly: blue. Hex color #C1BCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCC5 is #3E433A. Grayscale: #BEBEBE. Windows color (decimal): -4080443 or 12958913. OLE color: 12958913.
HSL color Cylindrical-coordinate representation of color #C1BCC5: hue angle of 273.33º 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 #C1BCC5 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 188 | 197 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.23 |
| HSL | 273.33º | 0.07% | 0.75% | - |
| HSV(B) | 273.33º | 0.05% | 0.77% | - |
| XYZ | 50.05 | 51.34 | 60.09 | - |
| YUV | 190.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 197 | 0.02 | 0.05 | 0 | 0.23 | 273.33 | 0.07 | 0.75 |
| Hex | C1 | BC | C5 | 2 | 5 | 0 | 17 | 111 | 7 | 4B |
| Octal | 301 | 274 | 305 | 2 | 5 | 0 | 27 | 421 | 7 | 113 |
| Binary | 11000001 | 10111100 | 11000101 | 10 | 101 | 0 | 10111 | 100010001 | 111 | 1001011 |
Color Harmonies of #C1BCC5
Complementary color
Monochromatic Colors of #C1BCC5
Black with #C1BCC5
Text Example
Text Example
White with #C1BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCC5; }
p { color: rgb(193,188,197); }
H1.HeaderClassName
{
color: #C1BCC5;
}
.AnyTagClassName
{
color: #C1BCC5;
}
</style>
background-color css
<style>
a { background-color: #C1BCC5; }
a { background-color: rgb(193,188,197); }
div.DivClassName
{
background-color: #C1BCC5;
}
.BgClassName
{
background-color: #C1BCC5;
}
</style>
border-color css
<style>
span { border-color: #C1BCC5; }
span { border-color: rgb(193,188,197); }
td.TdClassName
{
border-color: #C1BCC5;
}
.TagClassName
{
border-color: #C1BCC5;
}
</style>