#C1BDC9

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

Shades of French Grey #C1BDC9

Tints of French Grey #C1BDC9

Color information

#C1BDC9 (or 0xC1BDC9) is unknown color: approx French Grey. HEX triplet: C1, BD and C9. RGB value is (193,189,201). Sum of RGB (Red+Green+Blue) = 193+189+201=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 201 - color contains mainly: blue. Hex color #C1BDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDC9 is #3E4236. Grayscale: #BFBFBF. Windows color (decimal): -4080183 or 13221313. OLE color: 13221313.

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

Color convert

RGB193189201-
CMYK0.040.0600.21
HSL260º10%76.47%-
HSV(B)260º5.97%78.82%-
XYZ50.7351.9562.61-
YUV191.56133.33129.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.10%
GREEN value IS 189 (74.22% from 255) = 32.42%
BLUE value IS 201 (78.91% from 255) = 34.48%
R=33.10%
G=32.42%
B=34.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931892010.040.0600.212601076.47
HexC1BDC946015104a4c
Octal3012753114602540412114
Binary11000001101111011100100110011001010110000010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDC9; }

 p { color: rgb(193,189,201); }

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

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

 a { background-color: rgb(193,189,201); }

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

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

 span { border-color: rgb(193,189,201); }

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