#C1BEBD

Color #C1BEBD Pale Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Slate #C1BEBD

Tints of Pale Slate #C1BEBD

Color information

#C1BEBD (or 0xC1BEBD) is unknown color: approx Pale Slate. HEX triplet: C1, BE and BD. RGB value is (193,190,189). Sum of RGB (Red+Green+Blue) = 193+190+189=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BEBD is #3E4142. Grayscale: #BEBEBE. Windows color (decimal): -4079939 or 12435137. OLE color: 12435137.

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

Color convert

RGB193190189-
CMYK00.020.020.24
HSL15º3.13%74.9%-
HSV(B)15º2.07%75.69%-
XYZ49.5951.8455.54-
YUV190.78126.99129.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.74%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=33.74%
G=33.22%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319018900.020.020.24153.1374.9
HexC1BEBD02218f34b
Octal30127627502230173113
Binary11000001101111101011110101010110001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BEBD; }

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

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

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

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

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

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

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

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