#C4BFC9

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

Shades of French Grey #C4BFC9

Tints of French Grey #C4BFC9

Color information

#C4BFC9 (or 0xC4BFC9) is unknown color: approx French Grey. HEX triplet: C4, BF and C9. RGB value is (196,191,201). Sum of RGB (Red+Green+Blue) = 196+191+201=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 201 - color contains mainly: blue. Hex color #C4BFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFC9 is #3B4036. Grayscale: #C1C1C1. Windows color (decimal): -3883063 or 13221828. OLE color: 13221828.

HSL color Cylindrical-coordinate representation of color #C4BFC9: hue angle of 270º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4BFC9 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB196191201-
CMYK0.020.0500.21
HSL270º8.47%76.86%-
HSV(B)270º4.98%78.82%-
XYZ51.9453.2162.79-
YUV193.64132.16129.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.33%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 201 (78.91% from 255) = 34.18%
R=33.33%
G=32.48%
B=34.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961912010.020.0500.212708.4776.86
HexC4BFC92501510e84d
Octal3042773112502541610115
Binary1100010010111111110010011010101010110000111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BFC9; }

 p { color: rgb(196,191,201); }

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

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

 a { background-color: rgb(196,191,201); }

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

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

 span { border-color: rgb(196,191,201); }

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