#C6BFCD

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

Shades of French Grey #C6BFCD

Tints of French Grey #C6BFCD

Color information

#C6BFCD (or 0xC6BFCD) is unknown color: approx French Grey. HEX triplet: C6, BF and CD. RGB value is (198,191,205). Sum of RGB (Red+Green+Blue) = 198+191+205=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFCD is #394032. Grayscale: #C2C2C2. Windows color (decimal): -3751987 or 13483974. OLE color: 13483974.

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

Color convert

RGB198191205-
CMYK0.030.0700.20
HSL270º12.28%77.65%-
HSV(B)270º6.83%80.39%-
XYZ52.9453.6865.33-
YUV194.69133.82130.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.33%
GREEN value IS 191 (75% from 255) = 32.15%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=33.33%
G=32.15%
B=34.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981912050.030.0700.2027012.2877.65
HexC6BFCD3701410ec4e
Octal3062773153702441614116
Binary1100011010111111110011011111101010010000111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BFCD; }

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

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

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

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

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

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

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

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