#C7BFD0

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

Shades of French Grey #C7BFD0

Tints of French Grey #C7BFD0

Color information

#C7BFD0 (or 0xC7BFD0) is unknown color: approx French Grey. HEX triplet: C7, BF and D0. RGB value is (199,191,208). Sum of RGB (Red+Green+Blue) = 199+191+208=598 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.28% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 208 - color contains mainly: blue. Hex color #C7BFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFD0 is #38402F. Grayscale: #C3C3C3. Windows color (decimal): -3686448 or 13680583. OLE color: 13680583.

HSL color Cylindrical-coordinate representation of color #C7BFD0: hue angle of 268.24º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7BFD0 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB199191208-
CMYK0.040.0800.18
HSL268.24º15.32%78.24%-
HSV(B)268.24º8.17%81.57%-
XYZ53.5753.9667.27-
YUV195.33135.15130.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.28%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 208 (81.64% from 255) = 34.78%
R=33.28%
G=31.94%
B=34.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1991912080.040.0800.18268.2415.3278.24
HexC7BFD04801210cf4e
Octal30727732041002241417116
Binary110001111011111111010000100100001001010000110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFD0; }

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

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

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

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

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

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

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

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