#C5BACF

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

Shades of French Grey #C5BACF

Tints of French Grey #C5BACF

Color information

#C5BACF (or 0xC5BACF) is unknown color: approx French Grey. HEX triplet: C5, BA and CF. RGB value is (197,186,207). Sum of RGB (Red+Green+Blue) = 197+186+207=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BACF is #3A4530. Grayscale: #BFBFBF. Windows color (decimal): -3818801 or 13613765. OLE color: 13613765.

HSL color Cylindrical-coordinate representation of color #C5BACF: hue angle of 271.43º degrees, saturation: 0.18, 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 #C5BACF is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197186207-
CMYK0.050.1000.19
HSL271.43º17.95%77.06%-
HSV(B)271.43º10.14%81.18%-
XYZ51.8551.4966.24-
YUV191.68136.64131.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.39%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 207 (81.25% from 255) = 35.08%
R=33.39%
G=31.53%
B=35.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971862070.050.1000.19271.4317.9577.06
HexC5BACF5A01310f124d
Octal30527231751202341722115
Binary1100010110111010110011111011010010011100001111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BACF; }

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

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

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

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

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

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

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

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