#C8BCBB

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

Shades of Silver #C8BCBB

Tints of Silver #C8BCBB

Color information

#C8BCBB (or 0xC8BCBB) is unknown color: approx Silver. HEX triplet: C8, BC and BB. RGB value is (200,188,187). Sum of RGB (Red+Green+Blue) = 200+188+187=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCBB is #374344. Grayscale: #BFBFBF. Windows color (decimal): -3621701 or 12303560. OLE color: 12303560.

HSL color Cylindrical-coordinate representation of color #C8BCBB: hue angle of 4.62º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8BCBB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200188187-
CMYK00.060.060.22
HSL4.62º10.57%75.88%-
HSV(B)4.62º6.5%78.43%-
XYZ50.7751.8354.34-
YUV191.47125.48134.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.78%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=34.78%
G=32.70%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018818700.060.060.224.6210.5775.88
HexC8BCBB066165b4c
Octal31027427306626513114
Binary11001000101111001011101101101101011010110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCBB; }

 p { color: rgb(200,188,187); }

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

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

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

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

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

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

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