#BDBBBB

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

Shades of Silver #BDBBBB

Tints of Silver #BDBBBB

Color information

#BDBBBB (or 0xBDBBBB) is unknown color: approx Silver. HEX triplet: BD, BB and BB. RGB value is (189,187,187). Sum of RGB (Red+Green+Blue) = 189+187+187=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBBB is #424444. Grayscale: #BBBBBB. Windows color (decimal): -4342853 or 12303293. OLE color: 12303293.

HSL color Cylindrical-coordinate representation of color #BDBBBB: hue angle of 0º degrees, saturation: 0.01, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BDBBBB is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB189187187-
CMYK00.010.010.26
HSL1.49%73.73%-
HSV(B)1.06%74.12%-
XYZ47.7349.9554.14-
YUV187.6127.66129-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=33.57%
G=33.21%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918718700.010.010.2601.4973.73
HexBDBBBB0111A014a
Octal2752732730113201112
Binary10111101101110111011101101111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBBB; }

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

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

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

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

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

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

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

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