#C3BACC

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

Shades of French Grey #C3BACC

Tints of French Grey #C3BACC

Color information

#C3BACC (or 0xC3BACC) is unknown color: approx French Grey. HEX triplet: C3, BA and CC. RGB value is (195,186,204). Sum of RGB (Red+Green+Blue) = 195+186+204=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BACC is #3C4533. Grayscale: #BEBEBE. Windows color (decimal): -3949876 or 13417155. OLE color: 13417155.

HSL color Cylindrical-coordinate representation of color #C3BACC: hue angle of 270º 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 #C3BACC is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB195186204-
CMYK0.040.0900.2
HSL270º15%76.47%-
HSV(B)270º8.82%80%-
XYZ50.9651.0864.3-
YUV190.74135.48131.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 204 (80.08% from 255) = 34.87%
R=33.33%
G=31.79%
B=34.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1951862040.040.0900.22701576.47
HexC3BACC4901410ef4c
Octal30327231441102441617114
Binary110000111011101011001100100100101010010000111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BACC; }

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

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

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

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

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

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

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

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