#BABAB9

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

Shades of Silver Sand #BABAB9

Tints of Silver Sand #BABAB9

Color information

#BABAB9 (or 0xBABAB9) is unknown color: approx Silver Sand. HEX triplet: BA, BA and B9. RGB value is (186,186,185). Sum of RGB (Red+Green+Blue) = 186+186+185=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAB9 is #454546. Grayscale: #B9B9B9. Windows color (decimal): -4539719 or 12171962. OLE color: 12171962.

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

Color convert

RGB186186185-
CMYK000.010.27
HSL60º0.72%72.75%-
HSV(B)60º0.54%72.94%-
XYZ46.5749.0652.91-
YUV185.89127.5128.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 185 (72.66% from 255) = 33.21%
R=33.39%
G=33.39%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186185000.010.27600.7272.75
HexBABAB90011B3c149
Octal27227227100133741111
Binary1011101010111010101110010011101111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAB9; }

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

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

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

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

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

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

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

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