#C4BECC

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

Shades of French Grey #C4BECC

Tints of French Grey #C4BECC

Color information

#C4BECC (or 0xC4BECC) is unknown color: approx French Grey. HEX triplet: C4, BE and CC. RGB value is (196,190,204). Sum of RGB (Red+Green+Blue) = 196+190+204=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 204 - color contains mainly: blue. Hex color #C4BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BECC is #3B4133. Grayscale: #C1C1C1. Windows color (decimal): -3883316 or 13418180. OLE color: 13418180.

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

Color convert

RGB196190204-
CMYK0.040.0700.2
HSL265.71º12.07%77.25%-
HSV(B)265.71º6.86%80%-
XYZ52.0852.9264.6-
YUV193.39133.99129.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.22%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=33.22%
G=32.20%
B=34.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961902040.040.0700.2265.7112.0777.25
HexC4BECC4701410ac4d
Octal3042763144702441214115
Binary11000100101111101100110010011101010010000101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BECC; }

 p { color: rgb(196,190,204); }

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

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

 a { background-color: rgb(196,190,204); }

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

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

 span { border-color: rgb(196,190,204); }

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