#C2BCC7

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

Shades of French Grey #C2BCC7

Tints of French Grey #C2BCC7

Color information

#C2BCC7 (or 0xC2BCC7) is unknown color: approx French Grey. HEX triplet: C2, BC and C7. RGB value is (194,188,199). Sum of RGB (Red+Green+Blue) = 194+188+199=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 199 - color contains mainly: blue. Hex color #C2BCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCC7 is #3D4338. Grayscale: #BFBFBF. Windows color (decimal): -4014905 or 13089986. OLE color: 13089986.

HSL color Cylindrical-coordinate representation of color #C2BCC7: hue angle of 272.73º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2BCC7 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB194188199-
CMYK0.030.0600.22
HSL272.73º8.94%75.88%-
HSV(B)272.73º5.53%78.04%-
XYZ50.5451.5661.32-
YUV191.05132.49130.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.39%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 199 (78.12% from 255) = 34.25%
R=33.39%
G=32.36%
B=34.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941881990.030.0600.22272.738.9475.88
HexC2BCC73601611194c
Octal3022743073602642111114
Binary1100001010111100110001111111001011010001000110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCC7; }

 p { color: rgb(194,188,199); }

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

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

 a { background-color: rgb(194,188,199); }

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

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

 span { border-color: rgb(194,188,199); }

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