#C2BBBB

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

Shades of Silver #C2BBBB

Tints of Silver #C2BBBB

Color information

#C2BBBB (or 0xC2BBBB) is unknown color: approx Silver. HEX triplet: C2, BB and BB. RGB value is (194,187,187). Sum of RGB (Red+Green+Blue) = 194+187+187=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBBB is #3D4444. Grayscale: #BDBDBD. Windows color (decimal): -4015173 or 12303298. OLE color: 12303298.

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

Color convert

RGB194187187-
CMYK00.040.040.24
HSL5.43%74.71%-
HSV(B)3.61%76.08%-
XYZ48.9950.654.2-
YUV189.09126.82131.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.15%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=34.15%
G=32.92%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418718700.040.040.2405.4374.71
HexC2BBBB04418054b
Octal3022732730443005113
Binary11000010101110111011101101001001100001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBBB; }

 p { color: rgb(194,187,187); }

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

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

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

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

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

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

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