#C2BACC

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

Shades of French Grey #C2BACC

Tints of French Grey #C2BACC

Color information

#C2BACC (or 0xC2BACC) is unknown color: approx French Grey. HEX triplet: C2, BA and CC. RGB value is (194,186,204). Sum of RGB (Red+Green+Blue) = 194+186+204=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BACC is #3D4533. Grayscale: #BEBEBE. Windows color (decimal): -4015412 or 13417154. OLE color: 13417154.

HSL color Cylindrical-coordinate representation of color #C2BACC: hue angle of 266.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2BACC is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB194186204-
CMYK0.050.0900.2
HSL266.67º15%76.47%-
HSV(B)266.67º8.82%80%-
XYZ50.7150.9564.29-
YUV190.44135.65130.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.22%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=33.22%
G=31.85%
B=34.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941862040.050.0900.2266.671576.47
HexC2BACC5901410bf4c
Octal30227231451102441317114
Binary110000101011101011001100101100101010010000101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BACC; }

 p { color: rgb(194,186,204); }

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

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

 a { background-color: rgb(194,186,204); }

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

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

 span { border-color: rgb(194,186,204); }

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