#C5BACE

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

Shades of French Grey #C5BACE

Tints of French Grey #C5BACE

Color information

#C5BACE (or 0xC5BACE) is unknown color: approx French Grey. HEX triplet: C5, BA and CE. RGB value is (197,186,206). Sum of RGB (Red+Green+Blue) = 197+186+206=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BACE is #3A4531. Grayscale: #BFBFBF. Windows color (decimal): -3818802 or 13548229. OLE color: 13548229.

HSL color Cylindrical-coordinate representation of color #C5BACE: hue angle of 273º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5BACE is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197186206-
CMYK0.040.1000.19
HSL273º16.95%76.86%-
HSV(B)273º9.71%80.78%-
XYZ51.7351.4465.6-
YUV191.57136.14131.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.45%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 206 (80.86% from 255) = 34.97%
R=33.45%
G=31.58%
B=34.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971862060.040.1000.1927316.9576.86
HexC5BACE4A013111114d
Octal30527231641202342121115
Binary1100010110111010110011101001010010011100010001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BACE; }

 p { color: rgb(197,186,206); }

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

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

 a { background-color: rgb(197,186,206); }

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

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

 span { border-color: rgb(197,186,206); }

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