#C1BAC5

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

Shades of French Grey #C1BAC5

Tints of French Grey #C1BAC5

Color information

#C1BAC5 (or 0xC1BAC5) is unknown color: approx French Grey. HEX triplet: C1, BA and C5. RGB value is (193,186,197). Sum of RGB (Red+Green+Blue) = 193+186+197=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 197 - color contains mainly: blue. Hex color #C1BAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BAC5 is #3E453A. Grayscale: #BDBDBD. Windows color (decimal): -4080955 or 12958401. OLE color: 12958401.

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

Color convert

RGB193186197-
CMYK0.020.0600.23
HSL278.18º8.66%75.1%-
HSV(B)278.18º5.58%77.25%-
XYZ49.6350.4959.95-
YUV189.35132.32130.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.51%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 197 (77.34% from 255) = 34.20%
R=33.51%
G=32.29%
B=34.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1931861970.020.0600.23278.188.6675.1
HexC1BAC52601711694b
Octal3012723052602742611113
Binary1100000110111010110001011011001011110001011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BAC5; }

 p { color: rgb(193,186,197); }

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

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

 a { background-color: rgb(193,186,197); }

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

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

 span { border-color: rgb(193,186,197); }

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