#C6BFCF

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

Shades of French Grey #C6BFCF

Tints of French Grey #C6BFCF

Color information

#C6BFCF (or 0xC6BFCF) is unknown color: approx French Grey. HEX triplet: C6, BF and CF. RGB value is (198,191,207). Sum of RGB (Red+Green+Blue) = 198+191+207=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFCF is #394030. Grayscale: #C2C2C2. Windows color (decimal): -3751985 or 13615046. OLE color: 13615046.

HSL color Cylindrical-coordinate representation of color #C6BFCF: hue angle of 266.25º degrees, saturation: 0.14, 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 #C6BFCF is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198191207-
CMYK0.040.0800.19
HSL266.25º14.29%78.04%-
HSV(B)266.25º7.73%81.18%-
XYZ53.1853.7766.61-
YUV194.92134.82130.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.22%
GREEN value IS 191 (75% from 255) = 32.05%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=33.22%
G=32.05%
B=34.73%

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
Decimal1981912070.040.0800.19266.2514.2978.04
HexC6BFCF4801310ae4e
Octal30627731741002341216116
Binary110001101011111111001111100100001001110000101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BFCF; }

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

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

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

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

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

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

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

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