#BABAB4

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

Shades of Silver Sand #BABAB4

Tints of Silver Sand #BABAB4

Color information

#BABAB4 (or 0xBABAB4) is unknown color: approx Silver Sand. HEX triplet: BA, BA and B4. RGB value is (186,186,180). Sum of RGB (Red+Green+Blue) = 186+186+180=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAB4 is #45454B. Grayscale: #B9B9B9. Windows color (decimal): -4539724 or 11844282. OLE color: 11844282.

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

Color convert

RGB186186180-
CMYK000.030.27
HSL60º4.17%71.76%-
HSV(B)60º3.23%72.94%-
XYZ46.0548.8550.18-
YUV185.32125128.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 180 (70.70% from 255) = 32.61%
R=33.70%
G=33.70%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186180000.030.27604.1771.76
HexBABAB40031B3c448
Octal27227226400333744110
Binary1011101010111010101101000011110111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAB4; }

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

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

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

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

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

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

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

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