#C6BECC

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

Shades of French Grey #C6BECC

Tints of French Grey #C6BECC

Color information

#C6BECC (or 0xC6BECC) is unknown color: approx French Grey. HEX triplet: C6, BE and CC. RGB value is (198,190,204). Sum of RGB (Red+Green+Blue) = 198+190+204=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BECC is #394133. Grayscale: #C1C1C1. Windows color (decimal): -3752244 or 13418182. OLE color: 13418182.

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

Color convert

RGB198190204-
CMYK0.030.0700.2
HSL274.29º12.07%77.25%-
HSV(B)274.29º6.86%80%-
XYZ52.653.1964.62-
YUV193.99133.65130.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.45%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 204 (80.08% from 255) = 34.46%
R=33.45%
G=32.09%
B=34.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1981902040.030.0700.2274.2912.0777.25
HexC6BECC37014112c4d
Octal3062763143702442214115
Binary1100011010111110110011001111101010010001001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BECC; }

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

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

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

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

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

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

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

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