#C3BFC5

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

Shades of French Grey #C3BFC5

Tints of French Grey #C3BFC5

Color information

#C3BFC5 (or 0xC3BFC5) is unknown color: approx French Grey. HEX triplet: C3, BF and C5. RGB value is (195,191,197). Sum of RGB (Red+Green+Blue) = 195+191+197=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 197 - color contains mainly: blue. Hex color #C3BFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFC5 is #3C403A. Grayscale: #C0C0C0. Windows color (decimal): -3948603 or 12959683. OLE color: 12959683.

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

Color convert

RGB195191197-
CMYK0.010.0300.23
HSL280º4.92%76.08%-
HSV(B)280º3.05%77.25%-
XYZ51.2152.8960.33-
YUV192.88130.33129.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.45%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 197 (77.34% from 255) = 33.79%
R=33.45%
G=32.76%
B=33.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951911970.010.0300.232804.9276.08
HexC3BFC51301711854c
Octal303277305130274305114
Binary1100001110111111110001011110101111000110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFC5; }

 p { color: rgb(195,191,197); }

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

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

 a { background-color: rgb(195,191,197); }

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

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

 span { border-color: rgb(195,191,197); }

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