#C6BECF

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

Shades of French Grey #C6BECF

Tints of French Grey #C6BECF

Color information

#C6BECF (or 0xC6BECF) is unknown color: approx French Grey. HEX triplet: C6, BE and CF. RGB value is (198,190,207). Sum of RGB (Red+Green+Blue) = 198+190+207=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BECF is #394130. Grayscale: #C2C2C2. Windows color (decimal): -3752241 or 13614790. OLE color: 13614790.

HSL color Cylindrical-coordinate representation of color #C6BECF: hue angle of 268.24º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6BECF is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198190207-
CMYK0.040.0800.19
HSL268.24º15.04%77.84%-
HSV(B)268.24º8.21%81.18%-
XYZ52.9653.3466.54-
YUV194.33135.15130.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.28%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 207 (81.25% from 255) = 34.79%
R=33.28%
G=31.93%
B=34.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981902070.040.0800.19268.2415.0477.84
HexC6BECF4801310cf4e
Octal30627631741002341417116
Binary110001101011111011001111100100001001110000110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BECF; }

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

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

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

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

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

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

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

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