#C0BDC2

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

Shades of French Grey #C0BDC2

Tints of French Grey #C0BDC2

Color information

#C0BDC2 (or 0xC0BDC2) is unknown color: approx French Grey. HEX triplet: C0, BD and C2. RGB value is (192,189,194). Sum of RGB (Red+Green+Blue) = 192+189+194=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 194 - color contains mainly: blue. Hex color #C0BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDC2 is #3F423D. Grayscale: #BEBEBE. Windows color (decimal): -4145726 or 12762560. OLE color: 12762560.

HSL color Cylindrical-coordinate representation of color #C0BDC2: hue angle of 276º 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 #C0BDC2 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB192189194-
CMYK0.010.0300.24
HSL276º3.94%75.1%-
HSV(B)276º2.58%76.08%-
XYZ49.6751.558.36-
YUV190.47129.99129.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.39%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 194 (76.17% from 255) = 33.74%
R=33.39%
G=32.87%
B=33.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921891940.010.0300.242763.9475.1
HexC0BDC21301811444b
Octal300275302130304244113
Binary1100000010111101110000101110110001000101001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDC2; }

 p { color: rgb(192,189,194); }

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

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

 a { background-color: rgb(192,189,194); }

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

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

 span { border-color: rgb(192,189,194); }

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