Shades of French Grey #C1BDC9
Tints of French Grey #C1BDC9
RGB
CMYK
RGB Variations
Color information
#C1BDC9 (or 0xC1BDC9) is known color: French Grey. HEX triplet: C1, BD and C9. RGB value is (193,189,201). Sum of RGB (Red+Green+Blue) = 193+189+201=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 201 - color contains mainly: blue. Hex color #C1BDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDC9 is #3E4236. Grayscale: #BFBFBF. Windows color (decimal): -4080183 or 13221313. OLE color: 13221313.
HSL color Cylindrical-coordinate representation of color #C1BDC9: hue angle of 260º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C1BDC9 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 189 | 201 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.21 |
| HSL | 260º | 0.1% | 0.76% | - |
| HSV(B) | 260º | 0.06% | 0.79% | - |
| XYZ | 50.73 | 51.95 | 62.61 | - |
| YUV | 191.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 201 | 0.04 | 0.06 | 0 | 0.21 | 260 | 0.1 | 0.76 |
| Hex | C1 | BD | C9 | 4 | 6 | 0 | 15 | 104 | A | 4C |
| Octal | 301 | 275 | 311 | 4 | 6 | 0 | 25 | 404 | 12 | 114 |
| Binary | 11000001 | 10111101 | 11001001 | 100 | 110 | 0 | 10101 | 100000100 | 1010 | 1001100 |
Color Harmonies of #C1BDC9
Complementary color
Monochromatic Colors of #C1BDC9
Black with #C1BDC9
Text Example
Text Example
White with #C1BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BDC9; }
p { color: rgb(193,189,201); }
H1.HeaderClassName
{
color: #C1BDC9;
}
.AnyTagClassName
{
color: #C1BDC9;
}
</style>
background-color css
<style>
a { background-color: #C1BDC9; }
a { background-color: rgb(193,189,201); }
div.DivClassName
{
background-color: #C1BDC9;
}
.BgClassName
{
background-color: #C1BDC9;
}
</style>
border-color css
<style>
span { border-color: #C1BDC9; }
span { border-color: rgb(193,189,201); }
td.TdClassName
{
border-color: #C1BDC9;
}
.TagClassName
{
border-color: #C1BDC9;
}
</style>