#C7BFCD

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

Shades of French Grey #C7BFCD

Tints of French Grey #C7BFCD

Color information

#C7BFCD (or 0xC7BFCD) is unknown color: approx French Grey. HEX triplet: C7, BF and CD. RGB value is (199,191,205). Sum of RGB (Red+Green+Blue) = 199+191+205=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFCD is #384032. Grayscale: #C2C2C2. Windows color (decimal): -3686451 or 13483975. OLE color: 13483975.

HSL color Cylindrical-coordinate representation of color #C7BFCD: hue angle of 274.29º 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 #C7BFCD is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199191205-
CMYK0.030.0700.20
HSL274.29º12.28%77.65%-
HSV(B)274.29º6.83%80.39%-
XYZ53.253.8165.34-
YUV194.99133.65130.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.45%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=33.45%
G=32.10%
B=34.45%

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
Decimal1991912050.030.0700.20274.2912.2877.65
HexC7BFCD37014112c4e
Octal3072773153702442214116
Binary1100011110111111110011011111101010010001001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFCD; }

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

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

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

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

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

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

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

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