#C1BFC2

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

Shades of French Grey #C1BFC2

Tints of French Grey #C1BFC2

Color information

#C1BFC2 (or 0xC1BFC2) is unknown color: approx French Grey. HEX triplet: C1, BF and C2. RGB value is (193,191,194). Sum of RGB (Red+Green+Blue) = 193+191+194=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 194 - color contains mainly: blue. Hex color #C1BFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFC2 is #3E403D. Grayscale: #BFBFBF. Windows color (decimal): -4079678 or 12763073. OLE color: 12763073.

HSL color Cylindrical-coordinate representation of color #C1BFC2: hue angle of 280º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C1BFC2 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB193191194-
CMYK0.010.0200.24
HSL280º2.4%75.49%-
HSV(B)280º1.55%76.08%-
XYZ50.3652.4958.52-
YUV191.94129.16128.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.39%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 194 (76.17% from 255) = 33.56%
R=33.39%
G=33.04%
B=33.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931911940.010.0200.242802.475.49
HexC1BFC21201811824b
Octal301277302120304302113
Binary110000011011111111000010110011000100011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BFC2; }

 p { color: rgb(193,191,194); }

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

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

 a { background-color: rgb(193,191,194); }

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

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

 span { border-color: rgb(193,191,194); }

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