#C1BCC4

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

Shades of French Grey #C1BCC4

Tints of French Grey #C1BCC4

Color information

#C1BCC4 (or 0xC1BCC4) is unknown color: approx French Grey. HEX triplet: C1, BC and C4. RGB value is (193,188,196). Sum of RGB (Red+Green+Blue) = 193+188+196=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 196 - color contains mainly: blue. Hex color #C1BCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCC4 is #3E433B. Grayscale: #BEBEBE. Windows color (decimal): -4080444 or 12893377. OLE color: 12893377.

HSL color Cylindrical-coordinate representation of color #C1BCC4: hue angle of 277.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C1BCC4 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB193188196-
CMYK0.020.0400.23
HSL277.5º6.35%75.29%-
HSV(B)277.5º4.08%76.86%-
XYZ49.9451.2959.49-
YUV190.41131.16129.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.45%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 196 (76.95% from 255) = 33.97%
R=33.45%
G=32.58%
B=33.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1931881960.020.0400.23277.56.3575.29
HexC1BCC42401711664b
Octal301274304240274266113
Binary110000011011110011000100101000101111000101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BCC4; }

 p { color: rgb(193,188,196); }

 H1.HeaderClassName
 {
   color: #C1BCC4;
 }
 .AnyTagClassName
 {
   color: #C1BCC4;
 }
</style>
background-color css

<style>
 a { background-color: #C1BCC4; }

 a { background-color: rgb(193,188,196); }

 div.DivClassName
 {
   background-color: #C1BCC4;
 }
 .BgClassName
 {
   background-color: #C1BCC4;
 }
</style>
border-color css

<style>
 span { border-color: #C1BCC4; }

 span { border-color: rgb(193,188,196); }

 td.TdClassName
 {
   border-color: #C1BCC4;
 }
 .TagClassName
 {
   border-color: #C1BCC4;
 }
</style>