#C3BFBD

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

Shades of Pale Slate #C3BFBD

Tints of Pale Slate #C3BFBD

Color information

#C3BFBD (or 0xC3BFBD) is unknown color: approx Pale Slate. HEX triplet: C3, BF and BD. RGB value is (195,191,189). Sum of RGB (Red+Green+Blue) = 195+191+189=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFBD is #3C4042. Grayscale: #BFBFBF. Windows color (decimal): -3948611 or 12435395. OLE color: 12435395.

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

Color convert

RGB195191189-
CMYK00.020.030.24
HSL20º4.76%75.29%-
HSV(B)20º3.08%76.47%-
XYZ50.3252.5455.63-
YUV191.97126.33130.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.91%
GREEN value IS 191 (75% from 255) = 33.22%
BLUE value IS 189 (74.22% from 255) = 32.87%
R=33.91%
G=33.22%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519118900.020.030.24204.7675.29
HexC3BFBD023181454b
Octal30327727502330245113
Binary1100001110111111101111010101111000101001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFBD; }

 p { color: rgb(195,191,189); }

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

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

 a { background-color: rgb(195,191,189); }

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

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

 span { border-color: rgb(195,191,189); }

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