Shades of French Grey #C4BCCD
Tints of French Grey #C4BCCD
RGB
CMYK
RGB Variations
Color information
#C4BCCD (or 0xC4BCCD) is known color: French Grey. HEX triplet: C4, BC and CD. RGB value is (196,188,205). Sum of RGB (Red+Green+Blue) = 196+188+205=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #C4BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCCD is #3B4332. Grayscale: #C0C0C0. Windows color (decimal): -3883827 or 13483204. OLE color: 13483204.
HSL color Cylindrical-coordinate representation of color #C4BCCD: hue angle of 268.24º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4BCCD is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 188 | 205 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.20 |
| HSL | 268.24º | 0.15% | 0.77% | - |
| HSV(B) | 268.24º | 0.08% | 0.8% | - |
| XYZ | 51.77 | 52.11 | 65.09 | - |
| YUV | 192.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 205 | 0.04 | 0.08 | 0 | 0.20 | 268.24 | 0.15 | 0.77 |
| Hex | C4 | BC | CD | 4 | 8 | 0 | 14 | 10C | F | 4D |
| Octal | 304 | 274 | 315 | 4 | 10 | 0 | 24 | 414 | 17 | 115 |
| Binary | 11000100 | 10111100 | 11001101 | 100 | 1000 | 0 | 10100 | 100001100 | 1111 | 1001101 |
Color Harmonies of #C4BCCD
Complementary color
Monochromatic Colors of #C4BCCD
Black with #C4BCCD
Text Example
Text Example
White with #C4BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCCD; }
p { color: rgb(196,188,205); }
H1.HeaderClassName
{
color: #C4BCCD;
}
.AnyTagClassName
{
color: #C4BCCD;
}
</style>
background-color css
<style>
a { background-color: #C4BCCD; }
a { background-color: rgb(196,188,205); }
div.DivClassName
{
background-color: #C4BCCD;
}
.BgClassName
{
background-color: #C4BCCD;
}
</style>
border-color css
<style>
span { border-color: #C4BCCD; }
span { border-color: rgb(196,188,205); }
td.TdClassName
{
border-color: #C4BCCD;
}
.TagClassName
{
border-color: #C4BCCD;
}
</style>