#BABAB6

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

Shades of Silver Sand #BABAB6

Tints of Silver Sand #BABAB6

Color information

#BABAB6 (or 0xBABAB6) is unknown color: approx Silver Sand. HEX triplet: BA, BA and B6. RGB value is (186,186,182). Sum of RGB (Red+Green+Blue) = 186+186+182=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAB6 is #454549. Grayscale: #B9B9B9. Windows color (decimal): -4539722 or 11975354. OLE color: 11975354.

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

Color convert

RGB186186182-
CMYK000.020.27
HSL60º2.82%72.16%-
HSV(B)60º2.15%72.94%-
XYZ46.2548.9351.26-
YUV185.54126128.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 182 (71.48% 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
Decimal186186182000.020.27602.8272.16
HexBABAB60021B3c348
Octal27227226600233743110
Binary101110101011101010110110001011011111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAB6; }

 p { color: rgb(186,186,182); }

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

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

 a { background-color: rgb(186,186,182); }

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

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

 span { border-color: rgb(186,186,182); }

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