#C4BACB

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

Shades of French Grey #C4BACB

Tints of French Grey #C4BACB

Color information

#C4BACB (or 0xC4BACB) is unknown color: approx French Grey. HEX triplet: C4, BA and CB. RGB value is (196,186,203). Sum of RGB (Red+Green+Blue) = 196+186+203=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BACB is #3B4534. Grayscale: #BEBEBE. Windows color (decimal): -3884341 or 13351620. OLE color: 13351620.

HSL color Cylindrical-coordinate representation of color #C4BACB: hue angle of 275.29º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4BACB is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196186203-
CMYK0.030.0800.20
HSL275.29º14.05%76.27%-
HSV(B)275.29º8.37%79.61%-
XYZ51.151.1763.68-
YUV190.93134.81131.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.50%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=33.50%
G=31.79%
B=34.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961862030.030.0800.20275.2914.0576.27
HexC4BACB38014113e4c
Octal30427231331002442316114
Binary11000100101110101100101111100001010010001001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BACB; }

 p { color: rgb(196,186,203); }

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

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

 a { background-color: rgb(196,186,203); }

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

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

 span { border-color: rgb(196,186,203); }

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