#C0BCC3

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

Shades of French Grey #C0BCC3

Tints of French Grey #C0BCC3

Color information

#C0BCC3 (or 0xC0BCC3) is unknown color: approx French Grey. HEX triplet: C0, BC and C3. RGB value is (192,188,195). Sum of RGB (Red+Green+Blue) = 192+188+195=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 195 - color contains mainly: blue. Hex color #C0BCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCC3 is #3F433C. Grayscale: #BDBDBD. Windows color (decimal): -4145981 or 12827840. OLE color: 12827840.

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

Color convert

RGB192188195-
CMYK0.020.0400.24
HSL274.29º5.51%75.1%-
HSV(B)274.29º3.59%76.47%-
XYZ49.5751.1158.88-
YUV189.99130.83129.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.39%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 195 (76.56% from 255) = 33.91%
R=33.39%
G=32.70%
B=33.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921881950.020.0400.24274.295.5175.1
HexC0BCC32401811264b
Octal300274303240304226113
Binary110000001011110011000011101000110001000100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BCC3; }

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

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

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

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

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

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

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

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