Shades of French Grey #C1BCC4
Tints of French Grey #C1BCC4
RGB
CMYK
RGB Variations
Color information
#C1BCC4 (or 0xC1BCC4) is known color: French Grey. HEX triplet: C1, BC and C4. RGB value is (193,188,196). Sum of RGB (Red+Green+Blue) = 193+188+196=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 196 - color contains mainly: blue. Hex color #C1BCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCC4 is #3E433B. Grayscale: #BEBEBE. Windows color (decimal): -4080444 or 12893377. OLE color: 12893377.
HSL color Cylindrical-coordinate representation of color #C1BCC4: hue angle of 277.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C1BCC4 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 188 | 196 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.23 |
| HSL | 277.5º | 0.06% | 0.75% | - |
| HSV(B) | 277.5º | 0.04% | 0.77% | - |
| XYZ | 49.94 | 51.29 | 59.49 | - |
| YUV | 190.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 196 | 0.02 | 0.04 | 0 | 0.23 | 277.5 | 0.06 | 0.75 |
| Hex | C1 | BC | C4 | 2 | 4 | 0 | 17 | 116 | 6 | 4B |
| Octal | 301 | 274 | 304 | 2 | 4 | 0 | 27 | 426 | 6 | 113 |
| Binary | 11000001 | 10111100 | 11000100 | 10 | 100 | 0 | 10111 | 100010110 | 110 | 1001011 |
Color Harmonies of #C1BCC4
Complementary color
Monochromatic Colors of #C1BCC4
Black with #C1BCC4
Text Example
Text Example
White with #C1BCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCC4; }
p { color: rgb(193,188,196); }
H1.HeaderClassName
{
color: #C1BCC4;
}
.AnyTagClassName
{
color: #C1BCC4;
}
</style>
background-color css
<style>
a { background-color: #C1BCC4; }
a { background-color: rgb(193,188,196); }
div.DivClassName
{
background-color: #C1BCC4;
}
.BgClassName
{
background-color: #C1BCC4;
}
</style>
border-color css
<style>
span { border-color: #C1BCC4; }
span { border-color: rgb(193,188,196); }
td.TdClassName
{
border-color: #C1BCC4;
}
.TagClassName
{
border-color: #C1BCC4;
}
</style>