#C6BFCE

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

Shades of French Grey #C6BFCE

Tints of French Grey #C6BFCE

Color information

#C6BFCE (or 0xC6BFCE) is unknown color: approx French Grey. HEX triplet: C6, BF and CE. RGB value is (198,191,206). Sum of RGB (Red+Green+Blue) = 198+191+206=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFCE is #394031. Grayscale: #C2C2C2. Windows color (decimal): -3751986 or 13549510. OLE color: 13549510.

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

Color convert

RGB198191206-
CMYK0.040.0700.19
HSL268º13.27%77.84%-
HSV(B)268º7.28%80.78%-
XYZ53.0653.7265.97-
YUV194.8134.32130.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.28%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=33.28%
G=32.10%
B=34.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981912060.040.0700.1926813.2777.84
HexC6BFCE4701310cd4e
Octal3062773164702341415116
Binary11000110101111111100111010011101001110000110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BFCE; }

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

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

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

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

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

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

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

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