#C3BCCC

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

Shades of French Grey #C3BCCC

Tints of French Grey #C3BCCC

Color information

#C3BCCC (or 0xC3BCCC) is unknown color: approx French Grey. HEX triplet: C3, BC and CC. RGB value is (195,188,204). Sum of RGB (Red+Green+Blue) = 195+188+204=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3BCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCCC is #3C4333. Grayscale: #BFBFBF. Windows color (decimal): -3949364 or 13417667. OLE color: 13417667.

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

Color convert

RGB195188204-
CMYK0.040.0800.2
HSL266.25º13.56%76.86%-
HSV(B)266.25º7.84%80%-
XYZ51.3951.9364.44-
YUV191.92134.82130.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.22%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=33.22%
G=32.03%
B=34.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1951882040.040.0800.2266.2513.5676.86
HexC3BCCC4801410ae4d
Octal30327431441002441216115
Binary110000111011110011001100100100001010010000101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCCC; }

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

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

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

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

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

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

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

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