#C2BFBD

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

Shades of Pale Slate #C2BFBD

Tints of Pale Slate #C2BFBD

Color information

#C2BFBD (or 0xC2BFBD) is unknown color: approx Pale Slate. HEX triplet: C2, BF and BD. RGB value is (194,191,189). Sum of RGB (Red+Green+Blue) = 194+191+189=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFBD is #3D4042. Grayscale: #BFBFBF. Windows color (decimal): -4014147 or 12435394. OLE color: 12435394.

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

Color convert

RGB194191189-
CMYK00.020.030.24
HSL24º3.94%75.1%-
HSV(B)24º2.58%76.08%-
XYZ50.0652.4155.62-
YUV191.67126.49129.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.80%
GREEN value IS 191 (75% from 255) = 33.28%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=33.80%
G=33.28%
B=32.93%

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
Decimal19419118900.020.030.24243.9475.1
HexC2BFBD023181844b
Octal30227727502330304113
Binary1100001010111111101111010101111000110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFBD; }

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

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

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

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

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

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

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

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