#C0BEC3

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

Shades of French Grey #C0BEC3

Tints of French Grey #C0BEC3

Color information

#C0BEC3 (or 0xC0BEC3) is unknown color: approx French Grey. HEX triplet: C0, BE and C3. RGB value is (192,190,195). Sum of RGB (Red+Green+Blue) = 192+190+195=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 195 - color contains mainly: blue. Hex color #C0BEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BEC3 is #3F413C. Grayscale: #BFBFBF. Windows color (decimal): -4145469 or 12828352. OLE color: 12828352.

HSL color Cylindrical-coordinate representation of color #C0BEC3: hue angle of 264º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C0BEC3 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB192190195-
CMYK0.020.0300.24
HSL264º4%75.49%-
HSV(B)264º2.56%76.47%-
XYZ5051.9759.03-
YUV191.17130.16128.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.28%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 195 (76.56% from 255) = 33.80%
R=33.28%
G=32.93%
B=33.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921901950.020.0300.24264475.49
HexC0BEC32301810844b
Octal300276303230304104113
Binary11000000101111101100001110110110001000010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEC3; }

 p { color: rgb(192,190,195); }

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

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

 a { background-color: rgb(192,190,195); }

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

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

 span { border-color: rgb(192,190,195); }

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