Shades of French Grey #C1BBCB
Tints of French Grey #C1BBCB
RGB
CMYK
RGB Variations
Color information
#C1BBCB (or 0xC1BBCB) is known color: French Grey. HEX triplet: C1, BB and CB. RGB value is (193,187,203). Sum of RGB (Red+Green+Blue) = 193+187+203=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBCB is #3E4434. Grayscale: #BEBEBE. Windows color (decimal): -4080693 or 13351873. OLE color: 13351873.
HSL color Cylindrical-coordinate representation of color #C1BBCB: hue angle of 262.5º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1BBCB is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 187 | 203 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.20 |
| HSL | 262.5º | 0.13% | 0.76% | - |
| HSV(B) | 262.5º | 0.08% | 0.8% | - |
| XYZ | 50.54 | 51.19 | 63.72 | - |
| YUV | 190.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 203 | 0.05 | 0.08 | 0 | 0.20 | 262.5 | 0.13 | 0.76 |
| Hex | C1 | BB | CB | 5 | 8 | 0 | 14 | 106 | D | 4C |
| Octal | 301 | 273 | 313 | 5 | 10 | 0 | 24 | 406 | 15 | 114 |
| Binary | 11000001 | 10111011 | 11001011 | 101 | 1000 | 0 | 10100 | 100000110 | 1101 | 1001100 |
Color Harmonies of #C1BBCB
Complementary color
Monochromatic Colors of #C1BBCB
Black with #C1BBCB
Text Example
Text Example
White with #C1BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BBCB; }
p { color: rgb(193,187,203); }
H1.HeaderClassName
{
color: #C1BBCB;
}
.AnyTagClassName
{
color: #C1BBCB;
}
</style>
background-color css
<style>
a { background-color: #C1BBCB; }
a { background-color: rgb(193,187,203); }
div.DivClassName
{
background-color: #C1BBCB;
}
.BgClassName
{
background-color: #C1BBCB;
}
</style>
border-color css
<style>
span { border-color: #C1BBCB; }
span { border-color: rgb(193,187,203); }
td.TdClassName
{
border-color: #C1BBCB;
}
.TagClassName
{
border-color: #C1BBCB;
}
</style>