Shades of French Grey #C4BCCB
Tints of French Grey #C4BCCB
RGB
CMYK
RGB Variations
Color information
#C4BCCB (or 0xC4BCCB) is known color: French Grey. HEX triplet: C4, BC and CB. RGB value is (196,188,203). Sum of RGB (Red+Green+Blue) = 196+188+203=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCCB is #3B4334. Grayscale: #C0C0C0. Windows color (decimal): -3883829 or 13352132. OLE color: 13352132.
HSL color Cylindrical-coordinate representation of color #C4BCCB: hue angle of 272º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4BCCB is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 188 | 203 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.20 |
| HSL | 272º | 0.13% | 0.77% | - |
| HSV(B) | 272º | 0.07% | 0.8% | - |
| XYZ | 51.53 | 52.01 | 63.82 | - |
| YUV | 192.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 203 | 0.03 | 0.07 | 0 | 0.20 | 272 | 0.13 | 0.77 |
| Hex | C4 | BC | CB | 3 | 7 | 0 | 14 | 110 | D | 4D |
| Octal | 304 | 274 | 313 | 3 | 7 | 0 | 24 | 420 | 15 | 115 |
| Binary | 11000100 | 10111100 | 11001011 | 11 | 111 | 0 | 10100 | 100010000 | 1101 | 1001101 |
Color Harmonies of #C4BCCB
Complementary color
Monochromatic Colors of #C4BCCB
Black with #C4BCCB
Text Example
Text Example
White with #C4BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCCB; }
p { color: rgb(196,188,203); }
H1.HeaderClassName
{
color: #C4BCCB;
}
.AnyTagClassName
{
color: #C4BCCB;
}
</style>
background-color css
<style>
a { background-color: #C4BCCB; }
a { background-color: rgb(196,188,203); }
div.DivClassName
{
background-color: #C4BCCB;
}
.BgClassName
{
background-color: #C4BCCB;
}
</style>
border-color css
<style>
span { border-color: #C4BCCB; }
span { border-color: rgb(196,188,203); }
td.TdClassName
{
border-color: #C4BCCB;
}
.TagClassName
{
border-color: #C4BCCB;
}
</style>