Shades of French Grey #C1BDC6
Tints of French Grey #C1BDC6
RGB
CMYK
RGB Variations
Color information
#C1BDC6 (or 0xC1BDC6) is known color: French Grey. HEX triplet: C1, BD and C6. RGB value is (193,189,198). Sum of RGB (Red+Green+Blue) = 193+189+198=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 198 - color contains mainly: blue. Hex color #C1BDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDC6 is #3E4239. Grayscale: #BFBFBF. Windows color (decimal): -4080186 or 13024705. OLE color: 13024705.
HSL color Cylindrical-coordinate representation of color #C1BDC6: hue angle of 266.67º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C1BDC6 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 189 | 198 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.22 |
| HSL | 266.67º | 0.07% | 0.76% | - |
| HSV(B) | 266.67º | 0.05% | 0.78% | - |
| XYZ | 50.38 | 51.81 | 60.77 | - |
| YUV | 191.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 198 | 0.03 | 0.05 | 0 | 0.22 | 266.67 | 0.07 | 0.76 |
| Hex | C1 | BD | C6 | 3 | 5 | 0 | 16 | 10B | 7 | 4C |
| Octal | 301 | 275 | 306 | 3 | 5 | 0 | 26 | 413 | 7 | 114 |
| Binary | 11000001 | 10111101 | 11000110 | 11 | 101 | 0 | 10110 | 100001011 | 111 | 1001100 |
Color Harmonies of #C1BDC6
Complementary color
Monochromatic Colors of #C1BDC6
Black with #C1BDC6
Text Example
Text Example
White with #C1BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BDC6; }
p { color: rgb(193,189,198); }
H1.HeaderClassName
{
color: #C1BDC6;
}
.AnyTagClassName
{
color: #C1BDC6;
}
</style>
background-color css
<style>
a { background-color: #C1BDC6; }
a { background-color: rgb(193,189,198); }
div.DivClassName
{
background-color: #C1BDC6;
}
.BgClassName
{
background-color: #C1BDC6;
}
</style>
border-color css
<style>
span { border-color: #C1BDC6; }
span { border-color: rgb(193,189,198); }
td.TdClassName
{
border-color: #C1BDC6;
}
.TagClassName
{
border-color: #C1BDC6;
}
</style>