#C4BCCC

Color #C4BCCC French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #C4BCCC

Tints of French Grey #C4BCCC

Color information

#C4BCCC (or 0xC4BCCC) is unknown color: approx 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

RGB196188204-
CMYK0.040.0800.2
HSL270º13.56%76.86%-
HSV(B)270º7.84%80%-
XYZ51.6552.0664.45-
YUV192.22134.65130.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 33.33%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=33.33%
G=31.97%
B=34.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961882040.040.0800.227013.5676.86
HexC4BCCC4801410ee4d
Octal30427431441002441616115
Binary110001001011110011001100100100001010010000111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>