#BBBBB7

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

Shades of Silver Sand #BBBBB7

Tints of Silver Sand #BBBBB7

Color information

#BBBBB7 (or 0xBBBBB7) is unknown color: approx Silver Sand. HEX triplet: BB, BB and B7. RGB value is (187,187,183). Sum of RGB (Red+Green+Blue) = 187+187+183=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBB7 is #444448. Grayscale: #BABABA. Windows color (decimal): -4473929 or 12041147. OLE color: 12041147.

HSL color Cylindrical-coordinate representation of color #BBBBB7: hue angle of 60º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBBBB7 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB187187183-
CMYK000.020.27
HSL60º2.86%72.55%-
HSV(B)60º2.14%73.33%-
XYZ46.8149.5251.89-
YUV186.54126128.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.57%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 183 (71.88% from 255) = 32.85%
R=33.57%
G=33.57%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187183000.020.27602.8672.55
HexBBBBB70021B3c349
Octal27327326700233743111
Binary101110111011101110110111001011011111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBB7; }

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

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

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

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

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

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

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

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