#C0BCC7

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

Shades of French Grey #C0BCC7

Tints of French Grey #C0BCC7

Color information

#C0BCC7 (or 0xC0BCC7) is unknown color: approx French Grey. HEX triplet: C0, BC and C7. RGB value is (192,188,199). Sum of RGB (Red+Green+Blue) = 192+188+199=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 199 - color contains mainly: blue. Hex color #C0BCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCC7 is #3F4338. Grayscale: #BEBEBE. Windows color (decimal): -4145977 or 13089984. OLE color: 13089984.

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

Color convert

RGB192188199-
CMYK0.040.0600.22
HSL261.82º8.94%75.88%-
HSV(B)261.82º5.53%78.04%-
XYZ50.0351.361.3-
YUV190.45132.83129.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.16%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 199 (78.12% from 255) = 34.37%
R=33.16%
G=32.47%
B=34.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921881990.040.0600.22261.828.9475.88
HexC0BCC74601610694c
Octal3002743074602640611114
Binary11000000101111001100011110011001011010000011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BCC7; }

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

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

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

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

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

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

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

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