#C2BFC6

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

Shades of French Grey #C2BFC6

Tints of French Grey #C2BFC6

Color information

#C2BFC6 (or 0xC2BFC6) is unknown color: approx French Grey. HEX triplet: C2, BF and C6. RGB value is (194,191,198). Sum of RGB (Red+Green+Blue) = 194+191+198=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 198 - color contains mainly: blue. Hex color #C2BFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFC6 is #3D4039. Grayscale: #C0C0C0. Windows color (decimal): -4014138 or 13025218. OLE color: 13025218.

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

Color convert

RGB194191198-
CMYK0.020.0400.22
HSL265.71º5.79%76.27%-
HSV(B)265.71º3.54%77.65%-
XYZ51.0752.8160.93-
YUV192.7130.99128.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.28%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 198 (77.73% from 255) = 33.96%
R=33.28%
G=32.76%
B=33.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941911980.020.0400.22265.715.7976.27
HexC2BFC62401610a64c
Octal302277306240264126114
Binary110000101011111111000110101000101101000010101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFC6; }

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

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

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

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

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

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

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

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