#C7BFCF

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

Shades of French Grey #C7BFCF

Tints of French Grey #C7BFCF

Color information

#C7BFCF (or 0xC7BFCF) is unknown color: approx French Grey. HEX triplet: C7, BF and CF. RGB value is (199,191,207). Sum of RGB (Red+Green+Blue) = 199+191+207=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFCF is #384030. Grayscale: #C3C3C3. Windows color (decimal): -3686449 or 13615047. OLE color: 13615047.

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

Color convert

RGB199191207-
CMYK0.040.0800.19
HSL270º14.29%78.04%-
HSV(B)270º7.73%81.18%-
XYZ53.4553.9166.62-
YUV195.22134.65130.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.33%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 207 (81.25% from 255) = 34.67%
R=33.33%
G=31.99%
B=34.67%

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
Decimal1991912070.040.0800.1927014.2978.04
HexC7BFCF4801310ee4e
Octal30727731741002341616116
Binary110001111011111111001111100100001001110000111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFCF; }

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

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

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

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

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

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

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

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