#C2BFBE

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

Shades of Pale Slate #C2BFBE

Tints of Pale Slate #C2BFBE

Color information

#C2BFBE (or 0xC2BFBE) is unknown color: approx Pale Slate. HEX triplet: C2, BF and BE. RGB value is (194,191,190). Sum of RGB (Red+Green+Blue) = 194+191+190=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFBE is #3D4041. Grayscale: #BFBFBF. Windows color (decimal): -4014146 or 12500930. OLE color: 12500930.

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

Color convert

RGB194191190-
CMYK00.020.020.24
HSL15º3.17%75.29%-
HSV(B)15º2.06%76.08%-
XYZ50.1752.4556.19-
YUV191.78126.99129.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.74%
GREEN value IS 191 (75% from 255) = 33.22%
BLUE value IS 190 (74.61% 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
Decimal19419119000.020.020.24153.1775.29
HexC2BFBE02218f34b
Octal30227727602230173113
Binary11000010101111111011111001010110001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFBE; }

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

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

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

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

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

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

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

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