#C0BBC6

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

Shades of French Grey #C0BBC6

Tints of French Grey #C0BBC6

Color information

#C0BBC6 (or 0xC0BBC6) is unknown color: approx French Grey. HEX triplet: C0, BB and C6. RGB value is (192,187,198). Sum of RGB (Red+Green+Blue) = 192+187+198=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 198 - color contains mainly: blue. Hex color #C0BBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBC6 is #3F4439. Grayscale: #BDBDBD. Windows color (decimal): -4146234 or 13024192. OLE color: 13024192.

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

Color convert

RGB192187198-
CMYK0.030.0600.22
HSL267.27º8.8%75.49%-
HSV(B)267.27º5.56%77.65%-
XYZ49.750.8260.62-
YUV189.75132.66129.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.28%
GREEN value IS 187 (73.44% from 255) = 32.41%
BLUE value IS 198 (77.73% from 255) = 34.32%
R=33.28%
G=32.41%
B=34.32%

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
Decimal1921871980.030.0600.22267.278.875.49
HexC0BBC63601610b94b
Octal3002733063602641311113
Binary1100000010111011110001101111001011010000101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBC6; }

 p { color: rgb(192,187,198); }

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

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

 a { background-color: rgb(192,187,198); }

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

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

 span { border-color: rgb(192,187,198); }

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