Shades of French Grey #C4BCCC
Tints of French Grey #C4BCCC
RGB
CMYK
RGB Variations
Color information
#C4BCCC (or 0xC4BCCC) is known color: French Grey. HEX triplet: C4, BC and CC. RGB value is (196,188,204). Sum of RGB (Red+Green+Blue) = 196+188+204=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #C4BCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCCC is #3B4333. Grayscale: #C0C0C0. Windows color (decimal): -3883828 or 13417668. OLE color: 13417668.
HSL color Cylindrical-coordinate representation of color #C4BCCC: hue angle of 270º degrees, saturation: 0.14, 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 #C4BCCC is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 188 | 204 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.2 |
| HSL | 270º | 0.14% | 0.77% | - |
| HSV(B) | 270º | 0.08% | 0.8% | - |
| XYZ | 51.65 | 52.06 | 64.45 | - |
| YUV | 192.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 204 | 0.04 | 0.08 | 0 | 0.2 | 270 | 0.14 | 0.77 |
| Hex | C4 | BC | CC | 4 | 8 | 0 | 14 | 10E | E | 4D |
| Octal | 304 | 274 | 314 | 4 | 10 | 0 | 24 | 416 | 16 | 115 |
| Binary | 11000100 | 10111100 | 11001100 | 100 | 1000 | 0 | 10100 | 100001110 | 1110 | 1001101 |
Color Harmonies of #C4BCCC
Complementary color
Monochromatic Colors of #C4BCCC
Black with #C4BCCC
Text Example
Text Example
White with #C4BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCCC; }
p { color: rgb(196,188,204); }
H1.HeaderClassName
{
color: #C4BCCC;
}
.AnyTagClassName
{
color: #C4BCCC;
}
</style>
background-color css
<style>
a { background-color: #C4BCCC; }
a { background-color: rgb(196,188,204); }
div.DivClassName
{
background-color: #C4BCCC;
}
.BgClassName
{
background-color: #C4BCCC;
}
</style>
border-color css
<style>
span { border-color: #C4BCCC; }
span { border-color: rgb(196,188,204); }
td.TdClassName
{
border-color: #C4BCCC;
}
.TagClassName
{
border-color: #C4BCCC;
}
</style>